1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-05 22:53:41 +02:00

Update issue templates

This commit is contained in:
Tony Chen 2021-04-13 13:52:53 +08:00 committed by GitHub
parent e90e72ebeb
commit 8349b6c69f
3 changed files with 54 additions and 0 deletions

26
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -0,0 +1,26 @@
---
name: Bug Report
about: Create a report to help us improve.
title: "[BUG]"
labels: bug
assignees: ''
---
<!--
Please answer these questions before submitting your issue. Thanks!
For questions please use one of our forums: https://go-kratos.dev/docs/getting-started/faq
-->
### What version of Kratos are you using?
### What version of Go are you using (`go version`)?
### What operating system (Linux, Windows, …) and version?
### What did you do?
If possible, provide a recipe for reproducing the error.
### What did you expect to see?
### What did you see instead?

View File

@ -0,0 +1,18 @@
---
name: Feature Request
about: Suggest an idea for Kratos.
title: "[Feature]"
labels: feature
assignees: ''
---
Please see the FAQ in our main README.md before submitting your issue.
### Use case(s) - what problem will this feature solve?
### Proposed Solution
### Alternatives Considered
### Additional Context

10
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@ -0,0 +1,10 @@
---
name: Question
about: Ask a question about Kratos.
title: "[Question]"
labels: question
assignees: ''
---
Please see the FAQ in our main README.md before submitting your issue.