chore: add icon in issues template (#1364)

* chore: add icon in issues template

* Update feature-request.md

* Update question.md

* Create config.yml

* Update feature-request.md

* Update bug-report.md
pull/1374/head
喵喵大人 3 years ago committed by GitHub
parent 050b14c1e0
commit aa75ac5467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/ISSUE_TEMPLATE/bug-report.md
  2. 5
      .github/ISSUE_TEMPLATE/config.yml
  3. 4
      .github/ISSUE_TEMPLATE/feature-request.md
  4. 2
      .github/ISSUE_TEMPLATE/question.md

@ -1,6 +1,6 @@
---
name: Bug Report
about: Create a report to help us improve.
name: "\U0001F41B Bug Report"
about: Report something that's broken. Please ensure your kratos version is still supported.
title: ''
labels: bug
assignees: ''

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Documentation issue
url: https://go-kratos.dev/en/docs/
about: For documentation issues, open a pull request at the go-kratos/go-kratos.dev repository

@ -1,6 +1,6 @@
---
name: Feature Request
about: Suggest an idea for Kratos.
name: "\U0001F4A1 Feature Request"
about: For ideas or feature requests, start a new discussion.
title: "[Feature]"
labels: feature
assignees: ''

@ -1,5 +1,5 @@
---
name: Question
name: "\U0001F680 Question"
about: Ask a question about Kratos.
title: "[Question]"
labels: question

Loading…
Cancel
Save