Updated issue templates to remove question form (#6576)

This commit removes the question template. It also updates the bug report and feature request templates to direct questions to the mailing list.
pull/6601/head
Adam Cozzette 6 years ago committed by Paul Yang
parent e9d4e4acbc
commit 36bdcb5a7a
  1. 9
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 10
      .github/ISSUE_TEMPLATE/feature_request.md
  3. 7
      .github/ISSUE_TEMPLATE/question.md

@ -1,9 +1,18 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
<!--
NOTE: this form is for bug reports only. For questions or troubleshooting, please see the protobuf mailing list: https://groups.google.com/forum/#!forum/protobuf
-->
**What version of protobuf and what language are you using?**
Version: master/v3.6.0/v3.5.0 etc.
Language: C++/Java/Python/C#/Ruby/PHP/Objective-C/Javascript

@ -1,9 +1,19 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
<!--
NOTE: this form is for feature requests (including cleanup requests) only. For questions or troubleshooting, please see the protobuf mailing list: https://groups.google.com/forum/#!forum/protobuf
-->
**What language does this apply to?**
If it's a proto syntax change, is it for proto2 or proto3?
If it's about generated code change, what programming language?

@ -1,7 +0,0 @@
---
name: Question
about: Questions and troubleshooting
---
Loading…
Cancel
Save