Skip to content

Commit

Permalink
Docs/add question template (#310)
Browse files Browse the repository at this point in the history
* docs: add issue template for question.

* add template summary

* reflect review
  • Loading branch information
tikidunpon authored and MrMage committed Sep 12, 2018
1 parent c9b15b8 commit 0faf1d6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/QUESTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: ❓ Support Question
about: Not sure how something works or how to implement some functionality? Ask us here! (But please check the README or issues first 🙃)
---

### Question Checklist

- [ ] Updated grpc-swift to the latest version
- [ ] I read the [Contribution Guidelines](https://github.com/grpc/grpc-swift/blob/master/CONTRIBUTING.md)
- [ ] I read [README](https://github.com/grpc/grpc-swift/blob/master/README.md)
- [ ] I searched for [existing GitHub issues](https://github.com/grpc/grpc-swift/issues) (especially, there are many [resolved issues related to SSL](https://github.com/grpc/grpc-swift/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+ssl))

### Question Subject
<!-- Is this a question about documentation? -->
<!-- Is this a question about a third party plugin? (If so, please go to the plugin repository first) -->

#### Question Description
<!-- Please include expected behavior and any relevant code samples with your question if possible -->
<!-- Please wrap log statements and code in triple backticks (```) so they get printed correctly on GitHub. -->

0 comments on commit 0faf1d6

Please sign in to comment.