1
0
Fork 0
mirror of https://github.com/ligurio/awesome-ci.git synced 2024-11-20 11:26:40 -05:00

Add CONTRIBUTING guide

This commit is contained in:
Sergey Bronnikov 2019-10-24 09:46:16 +03:00
parent 225e10e02a
commit ea95f59661

12
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,12 @@
# Сode contribution workflow
1. Find an open issue or create a new issue on issue tracker for the feature
you want to contribute.
2. Fork the project on GitHub. You need to create a feature-branch for your
work on your fork, as this way you be able to submit a pull request.
3. Make any necessary changes to the source code.
4. Add tests that verify that your contribution works as expected and modify
existing tests if required.
7. Once your feature is complete, prepare the commit with appropriate message.
8. Create a pull request and wait for the users to review.
9. Once everything is done, your pull request gets merged.