Skip to content

Commit

Permalink
docs: add a mention about resolved issues about ssl.
Browse files Browse the repository at this point in the history
  • Loading branch information
tikidunpon committed Sep 4, 2018
1 parent 660adca commit 5ba63b6
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ about: If something isn't working as expected 🤔

- [ ] 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)
- [ ] 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))

### 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
<!-- You can use environment variables for debug
e.g.
export GRPC_TRACE=all
export GRPC_VERBOSITY="DEBUG"
Expand All @@ -37,13 +37,16 @@ export GRPC_VERBOSITY="DEBUG"
<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 |

| Key | Value |
| ----------------------------- | --------------------------------------------------------------|
| OS Version | x.x.x |
| Swift Version | x.x.x |
| Xcode Version | x.x.x |
| gRPC-Swift Version | x.x.x |
| gRPC-Swift Version | x.x.x |
| protoc Version | x.x.x |
| protoc-gen-swift Version | x.x.x |
| protoc-gen-swiftgrpc Version | x.x.x |
</pre>
</details>

0 comments on commit 5ba63b6

Please sign in to comment.