Skip to content

Commit

Permalink
docs: add issue template for bug reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
tikidunpon committed Sep 4, 2018
1 parent dca5535 commit 660adca
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: 🐛 Bug Report
about: If something isn't working as expected 🤔

---

<!-- Thanks for helping grpc-swift! Before you submit your issue, please make sure to check the following boxes by putting an x in the [ ] (don't: [x ], [ x], do: [x]) -->

### 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
<!-- Please include what's happening, expected behavior, and any relevant code samples.
Please wrap log statements and code in triple backticks (```) so they get printed correctly on GitHub.
-->

##### Complete output when running grpc-swift, including the stack trace and command used
<!-- You can use environment variable for debug
e.g.
export GRPC_TRACE=all
export GRPC_VERBOSITY="DEBUG"
-->

<!-- The output of `GRPC_VERBOSITY` could contain sensitive data, Please make sure you double check the output and replace anything sensitive you don't wish to submit in the issue -->

<details>
<pre>[INSERT OUTPUT HERE]</pre>
</details>

### Environment

<!-- Please input your environment. -->

<details>
<pre>

| Key | Value |
| --------------------------- | --------------------------------------------------------------|
| OS Version | x.x.x |
| Swift Version | x.x.x |
| Xcode Version | x.x.x |
| gRPC-Swift Version | x.x.x |

</pre>
</details>

0 comments on commit 660adca

Please sign in to comment.