From 8a563cfb060edba4eefea626a795f096168eabea Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Mon, 1 May 2017 13:04:42 -0700 Subject: [PATCH] Update ISSUE_TEMPLATE.md Adds `
` (which github will make hidden by default, but is expandable) around the logs section. A few minor other tweaks. --- .github/ISSUE_TEMPLATE.md | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 68dfb68e1..33b65a200 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,14 +1,12 @@ ### Input C/C++ Header ```C++ -// Insert your (minimal) C/C++ header here +// Insert your (minimal) C/C++ header here. ``` ### Bindgen Invokation - ```Rust bindgen::Builder::default() @@ -17,26 +15,22 @@ bindgen::Builder::default() .unwrap() ``` -OR +or ``` $ bindgen input.h --whatever --flags ``` ---> - ### Actual Results - - ### Expected Results ### `RUST_LOG=bindgen` Output +
+ ``` -Insert debug logging when running bindgen with the RUST_LOG=bindgen environment +Insert debug logging when running bindgen with the `RUST_LOG=bindgen` environment variable set. ``` + +