Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.22 KB

File metadata and controls

31 lines (24 loc) · 1.22 KB

Contributing to EntglDb

Thank you for your interest in contributing to EntglDb! We welcome contributions from everyone.

How to Contribute

Reporting Bugs

  • Check the Issue Tracker to see if the bug has already been reported.
  • If not, open a new issue using the Bug Report template.
  • Provide a clear description, reproduction steps, and (if possible) a failing test case.

Suggesting Enhancements

  • Open a new issue using the Feature Request template.
  • Describe the feature and why it would be useful.

Pull Requests

  1. Fork the repository.
  2. Create a new branch for your feature or fix: git checkout -b feature/my-new-feature.
  3. Make your changes.
  4. Run tests to ensure no regressions.
  5. Commit your changes with clear messages.
  6. Push to your fork and submit a Pull Request.

Coding Guidelines

  • Language: C# (latest stable version).
  • Style: Follow standard .NET coding conventions.
  • Tests: Add unit tests for any new logic.
  • Documentation: Update comments and public API documentation where necessary.

License

By contributing, you agree that your contributions will be licensed under the MIT License.