From f6b464421196e37eb12e7f23849a4628b6442f98 Mon Sep 17 00:00:00 2001 From: varjolintu Date: Sun, 15 Dec 2024 14:53:12 +0200 Subject: [PATCH] Add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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 0000000..d0854fe --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ +[NOTE]: # ( Describe your changes in detail, why is this change required? ) +[NOTE]: # ( Explain large or complex code modifications. ) +[NOTE]: # ( If it fixes an open issue, please add "Fixes #XXX". ) + + +## Screenshots or videos +[NOTE]: # ( Use if available. ) +[NOTE]: # ( Do not include screenshots of your actual database credentials! ) + + +## Testing strategy +[NOTE]: # ( Please describe in detail how you tested your changes. ) +[TIP]: # ( Also describe how to test the changes manually. ) + + +## Type of change +[NOTE]: # ( Please remove all lines which don't apply. ) +- ✅ Bug fix (non-breaking change that fixes an issue) +- ✅ New feature (change that adds functionality) +- ✅ Breaking change (causes existing functionality to change) +- ✅ Refactor (significant modification to existing code) +- ✅ Documentation (non-code change)