👩💻 Contributing
No matter whether you're an active contibutor at spamfilter
or just browsing around, we're happy to see everyone engage and could really use some help!
-
💡 Do you have ideas for new features? Go here!
-
🐞 Found any bugs? Go here!
-
🔓 Do you want to disclose a security vulnerability? Click here.
-
⚡ Write your own code for the module? Feel free to do so and please continue to read to the next section!
Contribute own code
You're always welcome to build new features, filters and options into the spamfilter
module! We love to see what
you got to contribute to the package. Please follow these few rules of thumb:
- run
pytest
andpylint $(git ls-files *.py)
once you like to publish your changes. - create a custom fork to push your changes to, then create a pull request on GitHub!
- get your code reviewed to ensure your code is alright, fast and great to use for the users of
spamfilter
!