From 65e3954b4cfb7936d85c39750efb1b7564eb80b0 Mon Sep 17 00:00:00 2001 From: "Zhiyong (Justin) He" Date: Thu, 25 Apr 2024 11:39:49 +0300 Subject: [PATCH 1/3] Rename .github/pull_request_template.md to .github/PULL_REQUEST_TEMPLATE/pull_request_template.md --- .github/{ => PULL_REQUEST_TEMPLATE}/pull_request_template.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ => PULL_REQUEST_TEMPLATE}/pull_request_template.md (100%) diff --git a/.github/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md similarity index 100% rename from .github/pull_request_template.md rename to .github/PULL_REQUEST_TEMPLATE/pull_request_template.md From e61ea997396a67aea886e038dc98cc98abef782b Mon Sep 17 00:00:00 2001 From: "Zhiyong (Justin) He" Date: Thu, 25 Apr 2024 11:44:05 +0300 Subject: [PATCH 2/3] Update pull_request_template.md --- .../pull_request_template.md | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index 316f98a..aabb509 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -1,13 +1,17 @@ +# Pull Request + ## Description -Write description. +[Please include a brief description of the changes or features you are proposing.] -## Icon image -Attach add Icon image. +## Related Issues +[If this pull request is related to any GitHub issue(s), please reference them here.] -## Service URL -Write service url. +## Screenshots or GIFs (if applicable) +[Include any screenshots or GIFs that help demonstrate the changes.] -ex) https://www.rust-lang.org +## Checklist +- [ ] I have added/updated tests to cover my changes. +- [ ] All new and existing tests passed. -## Additional Information -Write any additional information. +## Additional Notes +[Add any additional notes or context about the changes here.] From 972a45e56c240106227b021986527028adaadc90 Mon Sep 17 00:00:00 2001 From: "Zhiyong (Justin) He" Date: Thu, 25 Apr 2024 11:47:40 +0300 Subject: [PATCH 3/3] Update pull_request_template.md --- .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index aabb509..3ecbfa3 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -6,8 +6,8 @@ ## Related Issues [If this pull request is related to any GitHub issue(s), please reference them here.] -## Screenshots or GIFs (if applicable) -[Include any screenshots or GIFs that help demonstrate the changes.] +## Pictures (if applicable) +[Include any pictures that help demonstrate the changes.] ## Checklist - [ ] I have added/updated tests to cover my changes.