Thank you for your interest in contributing to EntglDb! We welcome contributions from everyone.
- 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.
- Open a new issue using the Feature Request template.
- Describe the feature and why it would be useful.
- Fork the repository.
- Create a new branch for your feature or fix:
git checkout -b feature/my-new-feature. - Make your changes.
- Run tests to ensure no regressions.
- Commit your changes with clear messages.
- Push to your fork and submit a Pull Request.
- 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.
By contributing, you agree that your contributions will be licensed under the MIT License.