mirror of
https://github.com/go-kratos/kratos.git
synced 2026-05-22 10:15:24 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user