From aa6576ad425b0a199d0a34cf98f5e7362b785ecc Mon Sep 17 00:00:00 2001 From: jinno Date: Mon, 29 Apr 2024 12:22:07 +0900 Subject: [PATCH] docs: add .github/pull_request_template.md --- .github/pull_request_template.md | 47 ++++++++++++++++++++++++++++++++ 1 file changed, 47 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 000000000..51c578971 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,47 @@ + + + +## Title + + + +## Relevant issues + + + +## Type + + + + +๐Ÿ†• New Feature +๐Ÿ› Bug Fix +๐Ÿงน Refactoring +๐Ÿ“– Documentation +๐Ÿ’ป Development Environment +๐Ÿš„ Infrastructure +โœ… Test + +## Changes + + + +## Testing + + + +## Notes + + + + + +## Pre-Submission Checklist (optional but appreciated): + +- [ ] I have included relevant documentation updates (stored in /docs/my-website) + +## OS Tests (optional but appreciated): + +- [ ] Tested on Windows +- [ ] Tested on MacOS +- [ ] Tested on Linux