From 72d8ac4273112e26f158b7a9d0d9630b6eaf579d Mon Sep 17 00:00:00 2001 From: Eric Joanis Date: Tue, 14 May 2024 09:54:12 -0400 Subject: [PATCH 1/2] docs: add the PR template to the submodules too --- .github/pull_request_template.md | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 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..af70669 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,36 @@ + + +### PR Goal? + + + +### Fixes? + + + +### Feedback sought? + + + +### Priority? + + + +### Tests added? + + + +### How to test? + + + +### Confidence? + + + +### Version change? + + + + From 55ef2b4d8f9361c3665023913a0b499ddde1abc9 Mon Sep 17 00:00:00 2001 From: Eric Joanis Date: Fri, 17 May 2024 10:00:26 -0400 Subject: [PATCH 2/2] docs: PR template should also ask for related PRs --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index af70669..cc092f8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -33,4 +33,8 @@ Please read Contributing.md before submitting a PR. --> +### Related PRs? + + +