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:
parent
225e10e02a
commit
ea95f59661
1 changed files with 12 additions and 0 deletions
12
CONTRIBUTING.md
Normal file
12
CONTRIBUTING.md
Normal 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.
|
Loading…
Reference in a new issue