7 lines
498 B
Markdown
7 lines
498 B
Markdown
# CQaS Contributing Guide
|
|
|
|
1. Read the documentation and make the desired changes.
|
|
2. Before pushing run `tox` and see if all tests pass.
|
|
3. Add yourself to `CONTRIBUTORS` ensuring (pseudo)alphabetical order to avoid annoying merge conflicts.
|
|
4. If you're updating documentation, don't forget to run `./scripts/docindex.sh`.
|
|
5. Lastly, open a [pull request](https://git.ari.lt/ari/cqas/compare/main...main) or [contact me about an external fork](https://ari.lt/contact) so I could manually pull :)
|