From f9fb3efb10739f4a5a458896409be56b095615d4 Mon Sep 17 00:00:00 2001 From: transfer_kk Date: Fri, 24 Nov 2023 17:31:17 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20PR=20=ED=85=9C=ED=94=8C=EB=A6=BF,=20ISS?= =?UTF-8?q?UE=20=ED=85=9C=ED=94=8C=EB=A6=BF,=20BUG=20REPPORT=20=ED=85=9C?= =?UTF-8?q?=ED=94=8C=EB=A6=BF=20=EC=9E=91=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/templates/issue/example_bug_report.md | 10 +++++++++ .../issue/example_feature_request.md | 15 +++++++++++++ .../pr/example_pull_request_template.md | 22 +++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 .github/templates/issue/example_bug_report.md create mode 100644 .github/templates/issue/example_feature_request.md create mode 100644 .github/templates/pr/example_pull_request_template.md diff --git a/.github/templates/issue/example_bug_report.md b/.github/templates/issue/example_bug_report.md new file mode 100644 index 0000000..cbc0d7e --- /dev/null +++ b/.github/templates/issue/example_bug_report.md @@ -0,0 +1,10 @@ +## ๐Ÿšจ ๋ฒ„๊ทธ์— ๋Œ€ํ•œ ์„ค๋ช… + +## โœ’๏ธ ์žฌํ˜„๋ฐฉ๋ฒ• + + +## โœ‰๏ธ ์˜ˆ์ƒ ์‘๋‹ต + + +## ๐Ÿ“ท ํ™”๋ฉด ์บก์ณ + diff --git a/.github/templates/issue/example_feature_request.md b/.github/templates/issue/example_feature_request.md new file mode 100644 index 0000000..79f9701 --- /dev/null +++ b/.github/templates/issue/example_feature_request.md @@ -0,0 +1,15 @@ + + +## ๐Ÿ“ข Issue +- ์ด์Šˆ ๋‚ด์šฉ์— ๋Œ€ํ•ด ์ž‘์„ฑํ•ด์ฃผ์„ธ์š” ๐Ÿ‘ + +## โœ”๏ธ CheckList +- [ ] ํ•ด์•ผ ํ•  ์ฒดํฌ๋ฆฌ์ŠคํŠธ๋ฅผ ์ž‘์„ฑํ•ด์ฃผ์„ธ์š” ๐Ÿ˜Š \ No newline at end of file diff --git a/.github/templates/pr/example_pull_request_template.md b/.github/templates/pr/example_pull_request_template.md new file mode 100644 index 0000000..a6fa5b0 --- /dev/null +++ b/.github/templates/pr/example_pull_request_template.md @@ -0,0 +1,22 @@ + +## โ˜ƒ๏ธ Related Issue + +closed # + +## ๐Ÿค” ์–ด๋–ค ์ด์œ ๋กœ ๋ณ€๊ฒฝ๋œ ๋‚ด์šฉ์ธ์ง€ + + +- . + +## ๐Ÿ™ ๊ฒ€ํ†  ํ˜น์€ ๋ฆฌ๋ทฐ์–ด์—๊ฒŒ ๋‚จ๊ธฐ๊ณ  ์‹ถ์€ ๋ง +- . \ No newline at end of file