From 8185fd8bae74e4c2e235df8ba67d4484ef8fd751 Mon Sep 17 00:00:00 2001 From: anilbey Date: Fri, 5 Jan 2024 16:28:52 +0100 Subject: [PATCH] add a pull request template (#342) * add a pull request template * update PR template * pr template break long sentence into 2 --- .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++ 1 file changed, 14 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..faad379c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ + +# Pull Request Template + +## Description + +Please include a summary of the change. +By default the change will increment the patch version. +To increment major or minor changes add #major or #minor to the PR description. + + +## Checklist: +- [ ] Unit tests are added to cover the changes. +- [ ] The changes are mentioned in the documentation. +- [ ] CHANGELOG.md is updated (skip if the change is not important for the changelog).