-
-
Notifications
You must be signed in to change notification settings - Fork 4
Contributing
Taiizor edited this page Dec 18, 2024
·
1 revision
Thank you for considering contributing to the UUID project!
- Visual Studio 2022 or newer
- .NET SDK 9.0 or newer
- Git
git clone https://github.com/Taiizor/UUID.git
cd UUID- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- Follow Microsoft's C# coding conventions
- Add XML documentation for all public APIs
- Add unit tests for new features
- Add benchmarks for performance-critical methods
dotnet testcd benchmark
dotnet run -c Release- All tests pass
- Tests added for new features
- Code follows style guidelines
- Documentation is updated
- Changelog is updated
By contributing to this project, you agree that your contributions will be licensed under the MIT License.
For questions:
- Open an issue
- Use the Discussions section
- Create a pull request
This project follows the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code.
- Check our FAQ section
- Visit Debugging and Diagnostics
- Review Performance guidelines
- Join our Discord community
- Ask on Stack Overflow
- Report issues on GitHub