- Fork the repo if you haven't already
- Clone your fork locally
- Create & push a feature branch
- Create a Draft Pull Request (PR)
- Work on your changes
Please avoid:
- Lots of unrelated changes in one commit
- Modifying files that are not directly related to the feature you implement
- Follow the pattern of what you already see in the code
- When adding new classes/methods/changing existing code: run the debugger and make sure everything works
The naming should be descriptive and direct, giving a clear idea of the functionality and usefulness in the future
- .Net 6 SDK or newer
- Visual Studio 2022 / JetBrains Rider 2021.3 or newer