update to use new fancy issue templates (#2712)
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Create a report to help us improve
|
||||
labels: 'Type: Bug'
|
||||
|
||||
---
|
||||
|
||||
Please answer these questions before submitting your issue.
|
||||
|
||||
### What version of gRPC are you using?
|
14
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
name: Feature Request
|
||||
about: Suggest an idea for gRPC-Go
|
||||
labels: 'Type: Feature'
|
||||
|
||||
---
|
||||
|
||||
### Use case(s) - what problem will this feature solve?
|
||||
|
||||
### Proposed Solution
|
||||
|
||||
### Alternatives Considered
|
||||
|
||||
### Additional Context
|
6
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
6
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
name: Question
|
||||
about: Ask a question about gRPC-Go
|
||||
labels: 'Type: Question'
|
||||
|
||||
---
|
Reference in New Issue
Block a user