Skip to content

Commit 0faf1d6

Browse files
tikidunponMrMage
authored andcommitted
Docs/add question template (#310)
* docs: add issue template for question. * add template summary * reflect review
1 parent c9b15b8 commit 0faf1d6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/ISSUE_TEMPLATE/QUESTION.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: ❓ Support Question
3+
about: Not sure how something works or how to implement some functionality? Ask us here! (But please check the README or issues first 🙃)
4+
---
5+
6+
### Question Checklist
7+
8+
- [ ] Updated grpc-swift to the latest version
9+
- [ ] I read the [Contribution Guidelines](https://github.com/grpc/grpc-swift/blob/master/CONTRIBUTING.md)
10+
- [ ] I read [README](https://github.com/grpc/grpc-swift/blob/master/README.md)
11+
- [ ] 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))
12+
13+
### Question Subject
14+
<!-- Is this a question about documentation? -->
15+
<!-- Is this a question about a third party plugin? (If so, please go to the plugin repository first) -->
16+
17+
#### Question Description
18+
<!-- Please include expected behavior and any relevant code samples with your question if possible -->
19+
<!-- Please wrap log statements and code in triple backticks (```) so they get printed correctly on GitHub. -->

0 commit comments

Comments
 (0)