From 435fb0b93215ec2f940abec16b3853daf03e4144 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Sat, 25 Mar 2017 10:25:13 +0100 Subject: [PATCH] Allow entering redox version in issue template. --- .github/ISSUE_TEMPLATE | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 204f577..00b7db7 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -4,7 +4,8 @@ **Actual behavior**: [describe the actual behavior, which is presented through the repro.]. -**Build information**: [output of `rustc -V`, `git rev-parse HEAD`, `qemu-i386 -version`, `uname -a`, etc.] +**Build information**: [only when using a self build version: output of `rustc -V`, `git rev-parse HEAD` `qemu-i386 -version`, `uname -a`, etc.] +**Redox release**: [only when using a prebuild version: redox version] **Blocking/related**: [issues or PRs blocking or being related to this issue.]