Thank you for considering contributing to Sep. We welcome your contributions to help make Sep better.
- Use GitHub Issues to report bugs or propose new features.
- Include clear descriptions and steps to reproduce.
- Fork the repository and create a new branch.
- Implement changes and write unit tests.
- Ensure existing tests pass with
dotnet test
. - Provide descriptive commit messages.
- Create a pull request against the
main
branch.
- Follow .NET code style and naming conventions.
- Use meaningful variable and function names.
- Maintain clean, well-documented code.
By contributing, you agree to license your work under our LICENSE terms.
Please follow our Code of Conduct in all interactions.
For more details, refer to the README.md.
Thank you for your contributions!