parent
e90e72ebeb
commit
8349b6c69f
@ -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? |
@ -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 |
@ -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. |
Loading…
Reference in new issue