From 453b57d40d7450c2cda2907f2fa8a11ed835e943 Mon Sep 17 00:00:00 2001 From: Joo-Byungho Date: Sun, 23 Jun 2024 18:16:25 +0900 Subject: [PATCH] Feat: Create pr template (#8) --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 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 0000000..01478d1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +## PR Type + +- [ ] Bugfix +- [ ] Feature +- [ ] Docs +- [ ] Refactoring (no functional changes, no api changes) + +## For what purpose + +## Key changes + +1. +2. + +## To reviewers + +## Screenshots