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                                                       |
+
+  
+
+