// contributing

Contributing

TypeSharp is open source and contributions are welcome. Here's how to get involved.

1. Fork & clone

$ git clone https://github.com/typesharp/typesharp.git
$ cd typesharp
$ dotnet restore

2. Run tests

$ dotnet test

3. Submit a PR

  • One feature or fix per PR
  • Include tests for new behaviour
  • Update docs if the CLI interface changes
  • Use conventional commits (feat:, fix:, docs:)