Thank you for your interest in contributing to the Kurdish Calendar library!
- Use the GitHub issue tracker
- Provide clear reproduction steps
- Include your .NET version (minimum .NET 10) and operating system
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Add tests for new functionality
- Ensure all tests pass (
dotnet test) - Commit with clear messages (
git commit -m 'Add amazing feature') - Push to your branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Use 2 spaces for indentation (not tabs)
- Follow existing code style
- Add XML documentation comments for public APIs
- Write unit tests for new features
- Use British English spellings in documentation
dotnet testdotnet buildPlease be respectful and constructive in all interactions. Refrain from political, religious, or racial commentary.