diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 00b7db7..42d653e 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,16 +1,92 @@ -**Reproduction**: [describe how you are able to reproduce ("trigger") this bug/issue.] + -**Expected behavior**: [describe the behavior you would expect the repro to yield.] + + +- [ ] I agree that I have searched opened and closed issues to prevent duplicates. -**Actual behavior**: [describe the actual behavior, which is presented through the repro.]. +-------------------- -**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.] -**Misc**: [optional: for other relevant information that should be known or cannot be described in the other fields.] +## Description + +Replace me ------- -_If the above does not fit the nature of the issue feel free to modify it._ + +## Environment info + + + +- Redox OS Release: +0.0.0 Remove me + + +- Operating system: +Replace me +- `uname -a`: +`Replace me` +- `rustc -V`: +`Replace me` +- `git rev-parse HEAD`: +`Replace me` + +- Replace me: +Replace me + + + +## Steps to reproduce + +1. Replace me +2. Replace me +3. ... + + + +## Behavior + + + +- **Expected behavior**: +Replace me + + +- **Actual behavior**: +Replace me + + +``` +Replace me +``` + + +- **Proposed solution**: +Replace me + + + + + +## Optional references + + +Related to: +- #0000 Remove me +- Replace me +- ... + +Blocked by: +- #0000 Remove me +- ... + + + +## Optional extras + +Replace me + + + + +