summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2022-07-29 14:40:28 +0200
committerRina Fujino <18257209+rina23q@users.noreply.github.com>2022-07-29 14:40:28 +0200
commitf306ff9d9b7370952ce2baa588093bc5454b0415 (patch)
treeb210f8a9d4aeb8e88f16b3c8beac8dd85791cb9e
parent7e29063c59ab37d75333c68ead11cd369562d343 (diff)
Improve GitHub issue template
Issues and labels must be connected. Therefore, - Based on the type of issue, add a corresponding label automatically - Add a template for refactoring Signed-off-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md3
-rw-r--r--.github/ISSUE_TEMPLATE/doc_improvement.md4
-rw-r--r--.github/ISSUE_TEMPLATE/feature_improvement.md7
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md4
-rw-r--r--.github/ISSUE_TEMPLATE/refactoring_request.md17
5 files changed, 21 insertions, 14 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index cce48745..7a35127d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,10 +1,7 @@
---
name: Bug report
about: Create a report to help us improve
-title: ''
labels: 'bug'
-assignees: ''
-
---
**Describe the bug**
diff --git a/.github/ISSUE_TEMPLATE/doc_improvement.md b/.github/ISSUE_TEMPLATE/doc_improvement.md
index a6306b2c..2d4dcae6 100644
--- a/.github/ISSUE_TEMPLATE/doc_improvement.md
+++ b/.github/ISSUE_TEMPLATE/doc_improvement.md
@@ -1,9 +1,7 @@
---
name: Documentation improvement
about: Suggest an improvement for the documentation
-title: ''
-assignees: ''
-
+labels: 'documentation'
---
**Is your documentation request related to a problem? Please describe.**
diff --git a/.github/ISSUE_TEMPLATE/feature_improvement.md b/.github/ISSUE_TEMPLATE/feature_improvement.md
index 933fd627..80b16660 100644
--- a/.github/ISSUE_TEMPLATE/feature_improvement.md
+++ b/.github/ISSUE_TEMPLATE/feature_improvement.md
@@ -1,10 +1,7 @@
-
---
name: Feature improvement
-about: Suggest an improvement for this project
-title: ''
-assignees: ''
-
+about: Suggest a user value improvement for this project
+labels: 'improvement'
---
**Is your feature improvement request related to a problem? Please describe.**
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 31b5ac7c..eedebc0a 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,9 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
-title: ''
-assignees: ''
-
+labels: 'idea'
---
**Is your feature request related to a problem? Please describe.**
diff --git a/.github/ISSUE_TEMPLATE/refactoring_request.md b/.github/ISSUE_TEMPLATE/refactoring_request.md
new file mode 100644
index 00000000..3ee487d1
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/refactoring_request.md
@@ -0,0 +1,17 @@
+---
+name: Refactoring request
+about: Suggest a developer value refactoring for this project
+labels: 'refactoring'
+---
+
+**Is your refactoring request related to a problem? Please describe.**
+<!-- A clear and concise description of what the problem is. E.g. I'm always frustrated when [...] -->
+
+**Describe the solution you'd like**
+<!-- A clear and concise description of what you want to happen. -->
+
+**Describe alternatives you've considered**
+<!-- A clear and concise description of any alternative solutions or features you've considered. -->
+
+**Additional context**
+<!-- Add any other context or screenshots about the refactoring request here. -->