From 8478064f2cefd96851342c5d5c1c73f5222557e0 Mon Sep 17 00:00:00 2001 From: fujidaiti Date: Mon, 19 Aug 2024 02:35:32 +0900 Subject: [PATCH] Improve PR template --- .github/pull_request_template.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6ce053ce..f5f3dfd3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,15 +1,13 @@ -## Fixes / Closes (optional) - +## Related issues (optional) None. ## Description - Blah blah blah. ## Summary (check all that apply) - + - [ ] Modified / added code - [ ] Modified / added tests - [ ] Modified / added examples