Thanks for your interest in contributing.
- Fork the repository.
- Create a branch for your change.
- Restore and build locally:
dotnet restore UnityLongPathPlugin.sln dotnet build UnityLongPathPlugin.sln -c Release
- Open a pull request with a clear description.
- Keep PRs focused and small when possible.
- Include context on why the change is needed.
- Update docs if behavior changes.
- Ensure CI passes before requesting review.
- Follow existing C# conventions in the repo.
- Prefer clear, minimal changes over broad refactors.
- Keep logging actionable and concise.
Please use the issue templates in GitHub and include:
- Reproduction steps
- Expected behavior
- Actual behavior
- Game/runtime environment details