Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 1.18 KB

Contributing to Fantastic Frontend React

We are glad to take any and all contributions that will help the community. We have a Code Of Conduct which we adhere to at all times.

To better the chances of your Pull request being merged:

  • Comment on the issue (if you'd like to be assigned to it) - that way the issue can be assigned to you. OR Create a new issue here.
  • Fork this repository to make your own copy.
  • Create your feature branch with the specific issue number git checkout -b 254-my-new-learning-resource
  • Modify the code with your new resource(s)
  • Commit your changes: git commit -m 'Add some feature'
  • Push to the created branch: git push origin 254-my-new-learning-resource
  • Submit a pull request. In your pull request description, reference the issue it resolves (see linking a pull request to an issue using a keyword)
    • ex. Updates out of date content [Fixes #1234]
  • Sit back, and wait for a review and a merge 🎉