mirror of
https://github.com/ligurio/awesome-ci.git
synced 2026-04-29 18:58:18 -05:00
Add CONTRIBUTING guide
This commit is contained in:
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.
|
||||
Reference in New Issue
Block a user