From 9ca29c836ca306736638ea18b2302299695e65d6 Mon Sep 17 00:00:00 2001 From: Asra Ali Date: Tue, 8 Feb 2022 14:35:13 -0600 Subject: [PATCH 1/3] add pull request template with release note stub Signed-off-by: Asra Ali --- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 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..59463959 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +Please fill in the fields below to submit a pull request. The more information that is provided, the better. + +Fixes #Issue: +Release Notes: + +**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 From c66d8fad1ade07f271f7b963abd457aa086a4c26 Mon Sep 17 00:00:00 2001 From: Asra Ali Date: Thu, 10 Feb 2022 08:58:32 -0600 Subject: [PATCH 2/3] add type of change Signed-off-by: Asra Ali --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 59463959..012f7fbf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,6 +3,12 @@ Please fill in the fields below to submit a pull request. The more information Fixes #Issue: 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**: From c74702c89fdc95aead836edb6362384dab64fdc7 Mon Sep 17 00:00:00 2001 From: Asra Ali Date: Wed, 2 Mar 2022 15:14:32 -0600 Subject: [PATCH 3/3] update comments Signed-off-by: Asra Ali --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 012f7fbf..eda42a0f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ Please fill in the fields below to submit a pull request. The more information that is provided, the better. -Fixes #Issue: -Release Notes: +Fixes # +Release Notes: **Types of changes**: