Repository
All simplic repositories must follow these rules:
- All repositories need a README.md
- All repositories require a
.github
directory, which contains aPULL_REQUEST_TEMPLATE.md
. File content:
I've checked the following points:
- [ ] I've formatted the code by pressing (STRG + K + D)
- [ ] I've removed unnecessary usings
- [ ] I've not used magic variables
- [ ] I've used localization service instead of text
- [ ] All `public` things have comments
- [ ] This has been followed: [conventions](https://simplic.github.io/dev/csharp/getting_started/conventions.html)
- The
dev
-branch should always be the default branch - The
master
-branch should be protected and a reviewer is required.