From e3d19608ac2bfcae0a59a9f31ee3a2d1fe447ba9 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Tue, 22 Mar 2022 11:14:31 +0600 Subject: [PATCH 1/2] Create pull_request_template.md --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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..b88a5b32 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +Before making this PR, please ensure the following: + + - The PR is open to `dev`, NOT `master`. + - `CHANGELOG.md` is updated (if necessary). + - Documentation and tests are updated (if necessary). From 767aeb0b658e5569f6c798171508036835859f24 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Tue, 22 Mar 2022 18:37:59 +0600 Subject: [PATCH 2/2] Update .github/pull_request_template.md Co-authored-by: Waffle Maybe --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b88a5b32..c302cb75 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,7 @@ +