Skip to content

Commit febcdce

Browse files
authored
chore: update issue template (#1248)
1 parent 0fd7e81 commit febcdce

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Bug report
33
about: Report an issue to help the project improve.
44
title: ''
55
labels: bug
6+
type: 'Bug'
67
assignees: ''
78

89
---

.github/ISSUE_TEMPLATE/config.yaml renamed to .github/ISSUE_TEMPLATE/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
blank_issues_enabled: true
18+
blank_issues_enabled: false
1919
contact_links:
20-
- name: Support
21-
url: https://answer.apache.org/community
22-
about: Contact us if you have any questions while using.
20+
- name: Questions & Discussions
21+
url: https://meta.answer.dev
22+
about: If you have any questions while using.

.github/ISSUE_TEMPLATE/enhancement_request.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Enhancement request
33
about: Suggest an enhancement for this project. Improve an existing feature.
44
title: ''
55
labels: enhancement
6+
type: 'Feature'
67
assignees: ''
78

89
---

.github/ISSUE_TEMPLATE/feature_request.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: Feature request
33
about: Suggest an idea or possible new feature for this project.
44
title: ''
5-
labels: feature
5+
labels: new-feature
6+
type: 'Feature'
67
assignees: ''
78

89
---

0 commit comments

Comments
 (0)