We want contributing to advanced-react-cli to be fun, enjoyable, and educational for anyone and everyone. All contributions are welcome, including new docs as well as updates, tweaks and more.
Please ensure your pull request adheres to the following guidelines:
- Search previous suggestions before making a new one, as yours may be a duplicate.
- Make an individual pull request for each suggestion.
- New categories, or improvements to the existing categorization are welcome.
- Keep descriptions short and simple, but descriptive.
- End all descriptions with a full stop/period.
- Check your spelling and grammar.
- Fork it!
- Create your branch:
git checkout -b my-new-branch
- Commit your changes:
git commit -am 'Fixed typo'
- Push to the branch:
git push origin my-new-branch
- Submit a pull request
Sometimes, a maintainer of an this list will ask you to edit your Pull Request before it is included. This is normally due to spelling errors or because your PR didn't match the guidelines.