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๋ฅผ ์„ค์ •ํ–ˆ๋‚˜์š”?