This is an automated email from the ASF dual-hosted git repository.
fenbox pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
The following commit(s) were added to refs/heads/main by this push:
new d8c55779 update: github issue template (#714)
d8c55779 is described below
commit d8c55779f89dd0068a5a67704cacfd4d1121cab5
Author: Fen <[email protected]>
AuthorDate: Tue Jan 9 13:51:25 2024 +0800
update: github issue template (#714)
* update: github issue template
---
.github/ISSUE_TEMPLATE/bug_report.md | 28 +++++++++++++---------
.github/ISSUE_TEMPLATE/config.yaml | 5 ++++
.../{feature_request.md => enhancement_request.md} | 13 ++++++----
.github/ISSUE_TEMPLATE/feature_request.md | 13 ++++++----
4 files changed, 38 insertions(+), 21 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md
b/.github/ISSUE_TEMPLATE/bug_report.md
index 64c08c43..40b932bb 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,30 +1,36 @@
---
name: Bug report
-about: Create a report to help us improve
+about: Report an issue to help the project improve.
title: ''
labels: bug
assignees: ''
---
-**Describe the bug**
+## Describe the bug
+
A clear and concise description of what the bug is.
-**To Reproduce**
+### To Reproduce
+
Steps to reproduce the behavior:
+
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
-**Expected behavior**
+### Expected behavior
+
A clear and concise description of what you expected to happen.
-**Screenshots**
-If applicable, add screenshots to help explain your problem.
+### Screenshots
+
+If applicable, add screenshots or video to help explain your problem.
+
+### Platform
-**Platform (please complete the following information):**
- - Device: [e.g. Desktop, Mobile]
- - OS: [e.g. macOS]
- - Browser [e.g. chrome, safari]
- - Version [e.g. 22]
+- Device: [e.g. Desktop, Mobile]
+- OS: [e.g. macOS]
+- Browser and version: [e.g. Chrome, Safari]
+- Version: [e.g. v1.2.0]
diff --git a/.github/ISSUE_TEMPLATE/config.yaml
b/.github/ISSUE_TEMPLATE/config.yaml
new file mode 100644
index 00000000..bfb8cd99
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yaml
@@ -0,0 +1,5 @@
+blank_issues_enabled: true
+contact_links:
+ - name: Support
+ url: https://answer.apache.org/community
+ about: Contact us if you have any questions while using.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md
b/.github/ISSUE_TEMPLATE/enhancement_request.md
similarity index 54%
copy from .github/ISSUE_TEMPLATE/feature_request.md
copy to .github/ISSUE_TEMPLATE/enhancement_request.md
index 234ef254..c7ef6816 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/enhancement_request.md
@@ -1,17 +1,20 @@
---
-name: Feature request
-about: Suggest an idea for this project
+name: Enhancement request
+about: Suggest an enhancement for this project. Improve an existing feature.
title: ''
labels: enhancement
assignees: ''
---
-**Is your feature request related to a problem? Please describe.**
+## Is your enhancement request related to a problem? Please describe
+
A clear and concise description of what the problem is. Ex. I'm always
frustrated when [...]
-**Describe the solution you'd like**
+## Describe the solution you'd like
+
A clear and concise description of what you want to happen.
-**Describe alternatives you've considered**
+## Describe alternatives you've considered
+
A clear and concise description of any alternative solutions or features
you've considered.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md
b/.github/ISSUE_TEMPLATE/feature_request.md
index 234ef254..176b3c55 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,17 +1,20 @@
---
name: Feature request
-about: Suggest an idea for this project
+about: Suggest an idea or possible new feature for this project.
title: ''
-labels: enhancement
+labels: feature
assignees: ''
---
-**Is your feature request related to a problem? Please describe.**
+## Is your feature request related to a problem? Please describe
+
A clear and concise description of what the problem is. Ex. I'm always
frustrated when [...]
-**Describe the solution you'd like**
+## Describe the solution you'd like
+
A clear and concise description of what you want to happen.
-**Describe alternatives you've considered**
+## Describe alternatives you've considered
+
A clear and concise description of any alternative solutions or features
you've considered.