Contributing to Django SSO Auth¶
We welcome all contributors to Django SSO Auth! Whether you're thinking of fixing bugs, adding new features, or improving documentation, your contributions are much appreciated.
How Can I Contribute?¶
There are many ways you can contribute:
- Bug Reports: If you found a bug, please create an issue in our GitHub repository explaining the problem and how to reproduce it.
- Feature Requests: If you have a great idea to improve Django SSO Auth, feel free to create an issue describing your idea.
- Code Contribution: If you want to get your hands dirty with our code, you can fork our repository, make your changes and create a pull request.
- Documentation: You can help improve our documentation, making it more comprehensive, correcting errors, or creating tutorials.
Code Contribution Guidelines¶
- Ensure your code is formatted according to PEP 8.
- Write tests for the features you add or bugs you fix.
- Update the documentation if necessary.
- Make sure your code passes all the tests before submitting a pull request.