Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 663 Bytes

File metadata and controls

28 lines (19 loc) · 663 Bytes

Contributing

Thanks for contributing.

Before opening a PR

  1. Open or reference an issue describing the change.
  2. Confirm the change aligns with project goals.
  3. For new features, discuss design first.

Local checks

dotnet restore src/Repl.slnx
dotnet build src/Repl.slnx -c Release
dotnet test --solution src/Repl.slnx -c Release

Pull request expectations

  • Keep changes scoped and explain intent clearly.
  • Add or update tests for behavior changes.
  • Update docs for user-visible changes.
  • Keep warnings at zero.

Documentation rule

If behavior, API shape, or package guidance changes, update relevant pages in docs/.