From e6ea0a13d1473560b355ad02dad04f5764efb968 Mon Sep 17 00:00:00 2001 From: Viktor Tsvetkov <142901247+vtsvetkov-splunk@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:47:13 +0100 Subject: [PATCH 1/2] chore(pull request template): remove quote Signed-off-by: Viktor Tsvetkov <142901247+vtsvetkov-splunk@users.noreply.github.com> --- .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 bdda50a6b..000437d06 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,11 +4,11 @@ ### Changes -> Please provide a summary of what's being changed +Please provide a summary of what's being changed ### User experience -> Please describe what the user experience looks like before and after this change +Please describe what the user experience looks like before and after this change ## Checklist From 8e511eecb28a699a877a585836c4d8fe15ae64c1 Mon Sep 17 00:00:00 2001 From: Viktor Tsvetkov <142901247+vtsvetkov-splunk@users.noreply.github.com> Date: Wed, 13 Nov 2024 16:12:40 +0100 Subject: [PATCH 2/2] chore(pull request template): add PR type Signed-off-by: Viktor Tsvetkov <142901247+vtsvetkov-splunk@users.noreply.github.com> --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 000437d06..23fdb6851 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,20 +1,29 @@ **Issue number:** +### PR Type + +**What kind of change does this PR introduce?** +* [ ] Feature +* [ ] Bug Fix +* [ ] Refactoring (no functional or API changes) +* [ ] Documentation Update +* [ ] Maintenance (dependency updates, CI, etc.) + ## Summary ### Changes -Please provide a summary of what's being changed +Please provide a summary of the changes. ### User experience -Please describe what the user experience looks like before and after this change +Please describe the user experience before and after this change. Screenshots are welcome for additional context. ## Checklist -If your change doesn't seem to apply, please leave them unchecked. +If an item doesn't apply to your changes, leave it unchecked. * [ ] I have performed a self-review of this change according to the [development guidelines](https://splunk.github.io/addonfactory-ucc-generator/contributing/#development-guidelines) -* [ ] Changes have been [tested](https://splunk.github.io/addonfactory-ucc-generator/contributing/#build-and-test) +* [ ] Tests have been added/modified to cover the changes [(testing doc)](https://splunk.github.io/addonfactory-ucc-generator/contributing/#build-and-test) * [ ] Changes are documented * [ ] PR title and description follows the [contributing principles](https://splunk.github.io/addonfactory-ucc-generator/contributing/#pull-requests)