Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 695 Bytes

File metadata and controls

29 lines (22 loc) · 695 Bytes

Contributing to Interlink

Thank you for your interest in contributing to Interlink!

How to Contribute

1. Reporting Bugs

  • Use the Bug Report issue template
  • Include Interlink version, .NET version, OS, and clear reproduction steps

2. Suggesting Features

  • Use the Feature Request issue template
  • Clearly describe the use case

3. Pull Requests

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/your-feature)
  3. Make your changes
  4. Make sure the project builds and tests pass
  5. Submit a Pull Request

Development Setup

git clone https://github.com/manusoft/Interlink.git
cd Interlink
dotnet restore
dotnet build
dotnet test