Browse Source

Bug reports template: add how code is built (#1140)

Johannes Weiss 5 years ago
parent
commit
46abf1c989
1 changed files with 6 additions and 2 deletions
  1. 6 2
      .github/ISSUE_TEMPLATE/BUG_REPORT.md

+ 6 - 2
.github/ISSUE_TEMPLATE/BUG_REPORT.md

@@ -18,8 +18,12 @@ Describe the bug as clearly and as concisely as you can. Without enough
 information, we will not be able to help you.
 information, we will not be able to help you.
 
 
 Include the version of `grpc-swift` and `protoc-gen-grpc-swift` you are using
 Include the version of `grpc-swift` and `protoc-gen-grpc-swift` you are using
-(or the Podspec version if you are using CocoaPods) as well as the platform(s)
-on which you experienced the bug.
+(or the Podspec version if you are using CocoaPods), how you are building the
+code (eg. `swift build -c release`) as well as the platform(s) on which you
+experienced the bug.
+
+If the bug is a performance bug, please double check you are building in
+release mode.
 
 
 ### To reproduce
 ### To reproduce