Skip to content

Commit 6249ce5

Browse files
authored
chore: update ISSUE_TEMPLATE config (DevCloudFE#46)
1 parent a1be149 commit 6249ce5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

β€Ž.github/ISSUE_TEMPLATE/bug-report.ymlβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
name: '🐞 Bug report'
1+
name: 'πŸ› Bug report'
22
description: Create a report to help us improve vue-devui
3+
title: "πŸ› [Bug]: "
34
labels: ['bug']
45
body:
56
- type: markdown
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Questions or need help
4+
url: https://github.com/DevCloudFE/vue-devui/discussions
5+
about: Add this WeChat(devui-official), we will invite you to the WeChat discussion group later.

β€Ž.github/ISSUE_TEMPLATE/feature-request.ymlβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
name: 'πŸ’‘ Feature Request'
1+
name: ✨ Feature Request
22
description: Propose new features to vue-devui to improve it.
3+
title: "✨ [Feature]: "
34
labels: ['feature']
45
body:
56
- type: textarea

0 commit comments

Comments
Β (0)