diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index d5518cfa16..3320bc3620 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,5 +1,6 @@ -name: '🐞 Bug report' +name: '🐛 Bug report' description: Create a report to help us improve vue-devui +title: "🐛 [Bug]: " labels: ['bug'] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..f53f178517 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Questions or need help + url: https://github.com/DevCloudFE/vue-devui/discussions + about: Add this WeChat(devui-official), we will invite you to the WeChat discussion group later. diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index b55727d7c3..a4a06e6a0a 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,5 +1,6 @@ -name: '💡 Feature Request' +name: ✨ Feature Request description: Propose new features to vue-devui to improve it. +title: "✨ [Feature]: " labels: ['feature'] body: - type: textarea