Drop 'no contributions' rule; add CLA instead

CLA generated with https://contributoragreements.org/u2s/2r8vzl3ap4

Fixes #27
This commit is contained in:
Klaas van Schelven
2025-01-24 16:12:07 +01:00
parent 7f61c555a2
commit d30c3ad704
3 changed files with 141 additions and 10 deletions

22
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,22 @@
## Contributing
There are many ways to help contribute to Bugsink. Here are a few:
* Star the project on [GitHub](https://github.com/bugsink/bugsink)
* Open an [issue](https://www.github.com/bugsink/bugsink/issues)
* Reach out via [email](mailto:info@bugsink.com) or [discord](https://discord.gg/6Af6Yzz77C).
* Spread the word about Bugsink on your own blog, README or website
* Mention the project at local meetups and tell your friends/colleagues
### Code contributions
Code contributions are welcome! We use the GitHub PR process to review and merge code changes.
#### Style guidance
* Bugsink uses flake8, with rules/exceptions documented in tox.ini
#### Legal
* Please confirm that you are the author of the code you are contributing, or that you have the right to contribute it.
* Sign the [Contributor License Agreement](/CLA.md); the "CLA bot" will join the PR to help you with this.