From 64efae942fd9c26c84fabd8377f3a506f92ff225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20G=C3=B6ls?= <6608231+Abrynos@users.noreply.github.com> Date: Thu, 12 Aug 2021 18:13:52 +0200 Subject: [PATCH] Add pull request template (#2402) * Add pull request template * Put comments on single line and Add additional info section * Change "here" to "below" --- .github/PULL_REQUEST_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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 + +