1
0
mirror of https://github.com/go-kratos/kratos.git synced 2024-12-30 21:19:57 +02:00

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
This commit is contained in:
喵喵大人 2021-08-18 00:12:54 +08:00 committed by GitHub
parent 050b14c1e0
commit aa75ac5467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View File

@ -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: ''

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -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

View File

@ -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: ''

View File

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