Skip to content

Contributing

Matthew Zegar edited this page Sep 11, 2022 · 4 revisions

This is a general guide that outlines the process of contributing to TTT.

What can I work on?

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.

Code Styling

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... image

Questions?

If you need some assistance we are happy to help out, feel free to reach out to us on our discord server.

Clone this wiki locally