1
0
Fork 0
mirror of https://github.com/ligurio/awesome-ci.git synced 2024-10-30 12:04:04 -04:00
ci/CONTRIBUTING.md
2019-10-24 09:46:16 +03:00

12 lines
630 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# С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.