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 >** + +