From ed7d6e812cb518ea82208f9dda619841a94991ca Mon Sep 17 00:00:00 2001 From: Ejun <67417817+jjoonleo@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:50:28 +0900 Subject: [PATCH 1/2] feat: update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 28 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 19 +++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..9a3c65c8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..86fc8ede --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Describe the feature you'd like** +A clear and concise description of what you want to happen. + +**Due date** +Until when should this issue be solved + +**_Refernce_** + +**Additional context** +Add any other context or screenshots about the feature request here. From 56fd60215b1c4d52c0b67921d51338919f90b57b Mon Sep 17 00:00:00 2001 From: jjoonleo Date: Fri, 1 Nov 2024 00:58:56 +0900 Subject: [PATCH 2/2] chore: remove previous bug report and feature request templates --- .github/templates/bug_report.md | 27 --------------------------- .github/templates/feature_request.md | 18 ------------------ 2 files changed, 45 deletions(-) delete mode 100644 .github/templates/bug_report.md delete mode 100644 .github/templates/feature_request.md diff --git a/.github/templates/bug_report.md b/.github/templates/bug_report.md deleted file mode 100644 index 038e8ccb..00000000 --- a/.github/templates/bug_report.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "" -labels: "" -assignees: "" ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: - -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem here. diff --git a/.github/templates/feature_request.md b/.github/templates/feature_request.md deleted file mode 100644 index acac64d3..00000000 --- a/.github/templates/feature_request.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "" -labels: "" -assignees: "" ---- - -**Describe the feature you'd like** -A clear and concise description of what you want to happen. - -**Due date** -Until when should this issue be solved - -\*_Refernce_ - -**Additional context** -Add any other context or screenshots about the feature request here.