mirror of
https://github.com/ligurio/awesome-ci.git
synced 2024-10-30 12:04:04 -04:00
12 lines
630 B
Markdown
12 lines
630 B
Markdown
# С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.
|