From 1715732af0e8cf645a135baf70534941f4b14110 Mon Sep 17 00:00:00 2001 From: Benjamin Philip Date: Wed, 8 Jul 2026 21:00:08 +0530 Subject: [PATCH 1/2] chore: Add pull request template --- .github/pull_request_template.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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..f0c99e6 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,28 @@ + + +## What issue does this PR close? + +Closes #NNN. + +## What's Changed + +Please fill in a description of the changes here. + +**This contains breaking changes.** <- Remove this line if there are no breaking changes. From 42659eed2d271c464a4197e855950e38264f4909 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Thu, 9 Jul 2026 09:45:38 +0900 Subject: [PATCH 2/2] Remove redundant - --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f0c99e6..d78bde2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -