From 7a7a1e7a9b19f62e7e310e73a33147cae24b2112 Mon Sep 17 00:00:00 2001 From: seungyeop-lee Date: Thu, 25 Apr 2024 23:26:47 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20issue,=20pr=20template=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/chore.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/docs.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/feature.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/refactor.md | 16 ++++++++++++++++ .github/pull_request_template.md | 13 +++++++++++++ 6 files changed, 100 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/chore.md create mode 100644 .github/ISSUE_TEMPLATE/docs.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md create mode 100644 .github/ISSUE_TEMPLATE/refactor.md create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..bd7d1a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,19 @@ +--- +name: ๐Ÿ› Bug +about: ๋ฒ„๊ทธ ๋ ˆํฌํŠธ ์ด์Šˆ +title: "bug:" +labels: ๐Ÿ› Bug +assignees: '' +--- + +# Bug + + +# Solution you'd like + + +# Additional Comment + + +# References + diff --git a/.github/ISSUE_TEMPLATE/chore.md b/.github/ISSUE_TEMPLATE/chore.md new file mode 100644 index 0000000..1bdc8ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/chore.md @@ -0,0 +1,16 @@ +--- +name: ๐Ÿ‘ท Chore +about: ์žก๋‹คํ•œ ์ผ ๊ด€๋ จ ์ด์Šˆ +title: "chore:" +labels: ๐Ÿ‘ท Chore +assignees: '' +--- + +# Chore + + +# Additional Comment + + +# References + diff --git a/.github/ISSUE_TEMPLATE/docs.md b/.github/ISSUE_TEMPLATE/docs.md new file mode 100644 index 0000000..3e3aab2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/docs.md @@ -0,0 +1,16 @@ +--- +name: ๐Ÿ“ Docs +about: ๋ฌธ์„œํ™” ๊ด€๋ จ ์ด์Šˆ +title: "docs:" +labels: ๐Ÿ“ Docs +assignees: '' +--- + +# Docs + + +# Additional Comment + + +# References + diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..ac7ab8e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,20 @@ +--- +name: ๐Ÿง‘โ€๐Ÿ’ป Feature +about: ๊ธฐ๋Šฅ ๊ฐœ๋ฐœ ๋ฐ ์ˆ˜์ • ์ด์Šˆ +title: "feat:" +labels: ๐Ÿง‘โ€๐Ÿ’ป Feature +assignees: '' +--- + +# Feature + + +# Todo List + +- [ ] todo + +# Additional Comment + + +# References + diff --git a/.github/ISSUE_TEMPLATE/refactor.md b/.github/ISSUE_TEMPLATE/refactor.md new file mode 100644 index 0000000..b2279e6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/refactor.md @@ -0,0 +1,16 @@ +--- +name: ๐Ÿ”ง Refactor +about: ์ฝ”๋“œ ๋ฆฌํŒฉํ„ฐ๋ง ๋ฐ ์Šคํƒ€์ผ ๋ณ€๊ฒฝ ๊ด€๋ จ ์ด์Šˆ +title: "refactor:" +labels: ๐Ÿ”ง Refactor +assignees: '' +--- + +# Refactor + + +# Additional Comment + + +# References + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..9466589 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +# Overview + + +# Issue + +#XXX + +# Check List + +- [ ] ๊ด€๋ จ๋œ ์ด์Šˆ๋ฅผ ์—ฐ๊ฒฐํ•˜์˜€๋‚˜์š”? +- [ ] ์˜ฌ๋ฐ”๋ฅธ PR ์ปจ๋ฒค์…˜์„ ์ž‘์„ฑํ–ˆ๋‚˜์š”? +- [ ] ์ ์ ˆํ•œ ๋ผ๋ฒจ์„ ์„ ํƒํ–ˆ๋‚˜์š”? +- [ ] Assignee์™€ Reviewer๋ฅผ ์„ค์ •ํ–ˆ๋‚˜์š”?