From 826d862f514f89bc01f5bc8ff6d839a6ee69053d Mon Sep 17 00:00:00 2001 From: "Tzouvaras, Stilianos" Date: Mon, 14 Oct 2024 11:15:24 +0300 Subject: [PATCH] Pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 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 00000000..1f8d3c36 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,30 @@ +# Description of changes + + + +## Type of change + +Please delete options that are not relevant. + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] Other fix (maintenance or house-keeping) + +# How Has This Been Tested? + +Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration + +- [ ] Test suite run successfully +- [ ] Added Tests () + +# Checklist: + +- [x] I have performed a self-review of my own code +- [x] I have commented my code, particularly in hard-to-understand areas +- [x] I have made corresponding changes to the readme +- [x] My changes generate no new warnings +- [x] I have added unit tests that prove my fix is effective or that my feature works +- [x] New and existing unit tests pass locally with my changes +- [x] I have checked that my views are *accessible* +- [x] I have checked that my strings are *localized* where applicable \ No newline at end of file