From a4e5051ee50c561b24a426f3761fcffeb46990c4 Mon Sep 17 00:00:00 2001 From: Ignatius Bagus Date: Mon, 17 Oct 2022 21:30:39 +0700 Subject: [PATCH 1/2] draft --- PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..03e5e41 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +This PR ... + +- Closes # + +*** + +- [ ] I have included a test that fails without this PR +- [ ] I have searched and make sure there's no duplicate PRs From 58b56c8bbf51fa5ab93d2f4149243793533076b9 Mon Sep 17 00:00:00 2001 From: Ignatius Bagus Date: Mon, 17 Oct 2022 21:44:17 +0700 Subject: [PATCH 2/2] coc --- PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 03e5e41..5cac31d 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -4,5 +4,6 @@ This PR ... *** -- [ ] I have included a test that fails without this PR +- [ ] I have reviewed and understood the [Code of Conduct](https://github.com/alchemauss/.github/blob/master/CODE_OF_CONDUCT.md) - [ ] I have searched and make sure there's no duplicate PRs +- [ ] I have included a test that fails without this PR