From bef3d6a0197308850262c6c24c14431cfb77229b Mon Sep 17 00:00:00 2001 From: Andrew Z Allen Date: Sun, 8 Apr 2018 14:15:51 -0600 Subject: [PATCH] Add an issue template --- ISSUE_TEMPLATE.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000000..9edbaa64c96 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,41 @@ + +# Please follow the general troubleshooting steps first: + +- [ ] Update your protoc to the [latest version](https://github.com/google/protobuf/releases) +- [ ] Update your copy of `grpc-gateway` to the latest version from github. with + `git fetch https://github.com/grpc-ecosystem/grpc-gateway master && git reset --hard FETCH_HEAD` +- [ ] Delete the `protoc-gen-grpc-gateway` and `protoc-gen-swagger` binary from your `PATH`, + and install locally built binaries. + +### Bug reports: + +Fill in the following sections with explanations of what's gone wrong. + +Steps you follow to reproduce the error: + + + +Your steps here. + +What did you expect to happen instead: + + + +Your answer here. + +What's your theory on why it isn't working: + + + +Your theory here.