- Read the documentation linked above
- Clone the repository and have a look around
- Have a read of the contributing steps
- Code up a storm
Waystone.Net is a collection of C# class libraries published to NuGet.org. You can install them via the NuGet package manager by searching for Waystone
packages. The following packages are currently available:
- Waystone.Monads
- Clone this repository, e.g.
gh repo clone draekien-industries/waystone-dotnet
- Checkout a new branch
git checkout -b feature/my-cool-new-feature
- Open the
Waystone.Net.sln
file in your IDE of choice. - Code up a storm
- Commit your changes with
git commit -am 'feat: my cool new feature description
- Push your changes and create a Pull Request