Thank you for your interest in contributing to Interlink!
- Use the Bug Report issue template
- Include Interlink version, .NET version, OS, and clear reproduction steps
- Use the Feature Request issue template
- Clearly describe the use case
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature) - Make your changes
- Make sure the project builds and tests pass
- Submit a Pull Request
git clone https://github.com/manusoft/Interlink.git
cd Interlink
dotnet restore
dotnet build
dotnet test