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]
- ex.
- Sit back, and wait for a review and a merge 🎉