-
Notifications
You must be signed in to change notification settings - Fork 11
Contributing
This is a general guide that outlines the process of contributing to TTT.
We have an issues page available here on GitHub that outlines the current tasks that need to be worked on. Feel free to also contribute anything else not listed on that page if you deem it to be useful, but, understand that we will not merge every PR.
We use an .editorconfig
file in order to automatically format code to a single style. If you use a common IDE there should be an option to use the .editorconfig
file to automatically format as you code. You could also just install dotnet-format and run dotnet format ./code/
to format everything.
You'll notice that whenever you open a PR to this repo, it'll automatically check your code and ensure you meet the styling requirements. Here's an example...
If you need some assistance we are happy to help out, feel free to reach out to us on our discord server.