summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-07-21 09:49:56 -0700
committerGitHub <noreply@github.com>2017-07-21 09:49:56 -0700
commit85c063b3d6b89a0f69c20e2415479489d6758764 (patch)
tree6f4560d84bd19c83bcf7a2879dbaeb1abeaf3b4e
parentb51ddf36c187b9aff8e3c4af54d450bd989f598b (diff)
parentcfa4052244121b66290639fbe859ef1713f89159 (diff)
Auto merge of #837 - servo:fitzgen-patch-1, r=emilio
Remove RUST_LOG=bindgen from the issue template Neither Emilio nor I find it helpful, so lets rm -rf
-rw-r--r--.github/ISSUE_TEMPLATE.md13
1 files changed, 2 insertions, 11 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index ca168c0d..220a7e3a 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,3 +1,5 @@
+<!-- Thanks for filing a bindgen issue! We appreciate it :-) -->
+
### Input C/C++ Header
```C++
@@ -57,14 +59,3 @@ Replace this with a description of what you expected instead of the actual
results. The more precise, the better! For example, if a struct in the generated
bindings is missing a field that exists in the C/C++ struct, note that here.
-->
-
-### `RUST_LOG=bindgen` Output
-
-<details>
-
-```
-Insert debug logging when running bindgen (not when compiling bindgen's output)
-with the `RUST_LOG=bindgen` environment variable set.
-```
-
-</details>