From e61ea997396a67aea886e038dc98cc98abef782b Mon Sep 17 00:00:00 2001 From: "Zhiyong (Justin) He" Date: Thu, 25 Apr 2024 11:44:05 +0300 Subject: [PATCH] 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.]