commit 47799e70c9b520a98f91e9c53771901e555f44fa Author: Arturo Filastò arturo@filasto.net Date: Thu Jan 12 11:04:51 2017 +0000
Use details tags to tuck verbose messages (#711)
* Use details tags to tuck verbose messages
* Add missing question mark --- .github/ISSUE_TEMPLATE.md | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 3123450..a619e65 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,18 +8,36 @@ 2. [Second Step] 3. [and so on...]
+<details><summary>Backtrace of the error</summary> + +``` +[paste output here] +``` +</details> + **Expected behavior:** [What you expected to happen]
**Actual behavior:** [What actually happened]
-### Versions +### Further information
**How did you install ooniprobe**
-Did you get it via pip, homebrew or debian packages? +Did you install ooniprobe via the **debian package**, **homebrew** or **pip**?
-**What version of ooniprobe are you running?** +**What operating system are you running and what version is it?**
-You can get this information by running `ooniprobe --version` +<details><summary>Output of `ooniprobe -v --info`</summary> + +``` +[paste output here] +``` +</details> + +<details><summary>Output of `ooniprobe --version`</summary> + +``` +[paste output here] +``` +</details>
-**What operating system are you running and what version is it?**