From 5c8912bf5c5eb316bd159208137ed8adbbec2846 Mon Sep 17 00:00:00 2001 From: Kwankyu Lee Date: Tue, 31 Oct 2023 12:59:55 +0900 Subject: [PATCH 1/3] Tidy PR template --- .github/PULL_REQUEST_TEMPLATE.md | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 40283ac39fe..326e999f410 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,22 +1,17 @@ - - + + + + + + + - - - ### :memo: Checklist - - - -- [ ] The title is concise, informative, and self-explanatory. +- [ ] The title is concise, informative. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. @@ -24,9 +19,8 @@ For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1 ### :hourglass: Dependencies - + + + + - From 11feaf06dc6d1f21e24923a93cc5c392b12573d9 Mon Sep 17 00:00:00 2001 From: Kwankyu Lee Date: Tue, 13 Feb 2024 23:06:28 +0900 Subject: [PATCH 2/3] Use and instead of a comma --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 326e999f410..6340b3fd501 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,12 +11,13 @@ -- [ ] The title is concise, informative. +- [ ] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. + ### :hourglass: Dependencies From 3f49df8219552d49fcfa538930dee7039cf813d3 Mon Sep 17 00:00:00 2001 From: Kwankyu Lee Date: Tue, 13 Feb 2024 23:34:38 +0900 Subject: [PATCH 3/3] Remove a blank line --- .github/PULL_REQUEST_TEMPLATE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6340b3fd501..35bc0b32282 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,7 +17,6 @@ - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. - ### :hourglass: Dependencies