Skip to content

Commit

Permalink
GitHub: Implement issue template
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 12, 2017
1 parent 573a3d0 commit 73da0f6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Good Habit Checklist for Issue Reporting
* [ ] I've searched the issue tracker and is pretty sure that there's no duplicate issue already filed.
* [ ] I've built the latest development snapshot using the instructions in README and verified that the issue can still be reproduced (for bug reports)

## Issue Reproduce Instructions
1. Launch WoeUSB by running `<command>`
1. &lt;Do blablabla...&gt;

## Expected Behavior

## Current Behavior

## Info of My Environment
### WoeUSB Version
For build from source code, run `git describe --tags --always --dirty`, for releases launch WoeUSB from the application menu then go to Help >> About and check the version line.

### OS Distribution

### Model Name of Target Device

### WoeUSB Commandline(if run with CLI(`woeusb`))

### Source Media Info
"Windows 9 Professional Edition" or "Win9_9999_Chinese(Traditional)_x64.iso"

0 comments on commit 73da0f6

Please sign in to comment.