From 829f3a6ef3326743d226800144575a4a93101e80 Mon Sep 17 00:00:00 2001 From: WonJun Lee Date: Fri, 4 Jul 2025 17:21:39 +0900 Subject: [PATCH] docs: Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature.md | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..7bf2671 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Create a report to help us improve +title: BUGFIX-000 +labels: bug +assignees: '' + +--- + +**< 요약 >** + +
+ +**< AS-IS >** + +
+ +**< TO-BE >** + +
diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..9a3d04d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,20 @@ +--- +name: Feature +about: Suggest an idea for this project +title: 'FEATURE-000 ' +labels: develop +assignees: '' + +--- + +**< 요약 >** + +
+ +**< AS-IS >** + +
+ +**< TO-BE >** + +