From 660adca65183e6166c3097829a7697a25b82718c Mon Sep 17 00:00:00 2001 From: tikidunpon Date: Wed, 5 Sep 2018 00:03:10 +0900 Subject: [PATCH] docs: add issue template for bug reporting. --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 49 ++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.md diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 000000000..b5d4148af --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,49 @@ +--- +name: 🐛 Bug Report +about: If something isn't working as expected 🤔 + +--- + + + +### New Issue Checklist + +- [ ] Updated grpc-swift to the latest version +- [ ] I read the [Contribution Guidelines](https://github.com/grpc/grpc-swift/blob/master/CONTRIBUTING.md) +- [ ] I searched for [existing GitHub issues](https://github.com/grpc/grpc-swift/issues) + +### Issue Description + + +##### Complete output when running grpc-swift, including the stack trace and command used + + + + +
+
[INSERT OUTPUT HERE]
+
+ +### Environment + + + +
+
+  
+| Key                         | Value                                                         |
+| --------------------------- | --------------------------------------------------------------|
+| OS Version                  |   x.x.x                                                       |
+| Swift Version               |   x.x.x                                                       |
+| Xcode Version               |   x.x.x                                                       |
+| gRPC-Swift Version          |   x.x.x                                                       |
+
+  
+
+