-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add issue template for bug reporting.
- Loading branch information
1 parent
dca5535
commit 660adca
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|