From 520c63ea7236bb093035ccda8d9dfed6a5c03fd6 Mon Sep 17 00:00:00 2001 From: xRuiAlves Date: Fri, 15 Mar 2024 16:33:25 +0000 Subject: [PATCH 1/2] Add PR template --- .github/pull_request_template.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 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 0000000..19a1248 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,27 @@ + + +### Does this change relate to existing features and pull requests? + + + +### Does this change require an update to the documentation? + + + +### How has this been tested? + + From 339b33f01566e13ccb3bd06deff80794ffa3a1fe Mon Sep 17 00:00:00 2001 From: xRuiAlves Date: Wed, 20 Mar 2024 10:54:05 +0000 Subject: [PATCH 2/2] Update references to stories to github issues --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 19a1248..7134877 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,12 +4,12 @@ Please also include relevant motivation and context; Consider describing the type of change - If it's a new feature, a bug fix, a refactor, etc. --> -### Does this change relate to existing features and pull requests? +### Does this change relate to existing features or pull requests? ### Does this change require an update to the documentation?