From 506b95a058616394a602833ba2bb79fd07f8ed7e Mon Sep 17 00:00:00 2001 From: asraa Date: Mon, 21 Mar 2022 08:12:26 -0500 Subject: [PATCH] Add pull request template with release note stub (#215) * add pull request template with release note stub Signed-off-by: Asra Ali * add type of change Signed-off-by: Asra Ali * update comments Signed-off-by: Asra Ali --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 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..eda42a0f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +Please fill in the fields below to submit a pull request. The more information that is provided, the better. + +Fixes # +Release Notes: + +**Types of changes**: + +- [ ] 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) + +**Description of the changes being introduced by the pull request**: + +**Please verify and check that the pull request fulfills the following requirements**: + +- [ ] Tests have been added for the bug fix or new feature +- [ ] Docs have been added for the bug fix or new feature