update to use new fancy issue templates (#2712)

This commit is contained in:
Doug Fawley
2019-03-22 10:50:40 -07:00
committed by GitHub
parent 3910b873d3
commit aded19ed6f
3 changed files with 27 additions and 0 deletions

View File

@ -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. Please answer these questions before submitting your issue.
### What version of gRPC are you using? ### What version of gRPC are you using?

14
.github/ISSUE_TEMPLATE/feature.md vendored Normal file
View 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
View File

@ -0,0 +1,6 @@
---
name: Question
about: Ask a question about gRPC-Go
labels: 'Type: Question'
---