Thank you for your interest in contributing to this project.
Whether by reporting a bug, suggesting a new feature, fixing something, or improving the documentation, all contributions are welcome.
Please use the GitHub Issue templates to report bugs or suggest new features.
Before opening an issue:
- Check if a similar issue already exists (open or recently closed).
- Include as many details as possible:
- Steps to reproduce the problem
- Code version used
- Any relevant modifications you have made
- Information about your environment
If you would like to submit a Pull Request (PR):
- Fork the repository.
- Create a descriptive branch for your change (
git checkout -b fix/fix-login). - Make your changes, focusing on one specific improvement.
- Ensure that tests pass in your local environment.
- Commit using clear messages (e.g.,
fix(api): fix user validation error). - Submit the Pull Request and describe your contribution.
Please:
- Check if a related PR already exists.
- Be responsive to reviews and comments.
You can look for issues that need help or are labeled as help wanted or good first issue to find tasks that are easier to contribute to.
This project follows a Code of Conduct.
Please adhere to it in all your interactions.
If you discover a security issue, do not open a public issue.
Instead, contact us directly at:
By contributing, you agree that your contributions will be published under the project license (see LICENSE).