diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..805e26609 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ +## Checklist + + + +- [ ] I read and understood the **[Contributing Guidelines](https://github.com/JustArchiNET/ArchiSteamFarm/blob/main/.github/CONTRIBUTING.md)**. +- [ ] This is not a **[duplicate](https://github.com/JustArchiNET/ArchiSteamFarm/pulls)** of an existing merge request. +- [ ] I believe this falls into the scope of the project and should be part of the built-in functionality. +- [ ] My code follows the **[code style](https://github.com/JustArchiNET/ArchiSteamFarm/blob/main/.github/CONTRIBUTING.md#code-style)** of this project. +- [ ] I have added tests to cover my changes, wherever they are necessary. +- [ ] All new and existing tests pass. + +## Changes + +### New functionality + + + +### Changed functionality + + + +### Removed functionality + + + +## Additional info + +