Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1008 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (21 loc) · 1008 Bytes

Contributing to Sep

Thank you for considering contributing to Sep. We welcome your contributions to help make Sep better.

Reporting Issues and Feature Requests

  • Use GitHub Issues to report bugs or propose new features.
  • Include clear descriptions and steps to reproduce.

Pull Requests

  • 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.

Code Style

  • Follow .NET code style and naming conventions.
  • Use meaningful variable and function names.
  • Maintain clean, well-documented code.

Licensing

By contributing, you agree to license your work under our LICENSE terms.

Code of Conduct

Please follow our Code of Conduct in all interactions.

For more details, refer to the README.md.

Thank you for your contributions!