Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.
Make sure you have the following installed:
- Prettier: used to format the markdown files.
- markdownlint-cli: used to lint the markdown files.
If you do not have them installed, you can install them by running:
npm install -g prettier markdownlint-cliAn 'aba' can be a blog, a YouTube channel, a newsletter, a podcast, or a forum. To add a new 'aba' to the list, you can either open a pull request(if you own the aba), or create an issue(if you do not own the aba) with the following information:
| Name | Author | Topics separated by commas | [Link](https://example.com) |Please ensure that the table is sorted alphabetically.
Your PR should be named as [Category] Add <Name of the aba> by <Name of the owner>.
Make sure your changes are in the correct order and that the table is sorted alphabetically.
If you do not own the aba, and you would like to add it to the list, create an issue with the following information:
- Name of the aba
- Author of the aba
- Topics separated by commas
- Link to the aba
The maintainers will review the issue and add the aba to the list.
The issue should be named as [Category] Sugestão: Add <Name of the aba> by <author name>.
Before sending a pull request, make sure your changes follow the linting rules by running:
prettier --write README.mdIf you need any help, feel free to ask for it in the issue you created or contact the maintainers via Discord.
Happy contributing! 🎉