Skip to content

Commit

Permalink
Add GitHub issue template
Browse files Browse the repository at this point in the history
Closes cmus#416
  • Loading branch information
flyingmutant committed Mar 19, 2016
1 parent 6704e78 commit 634503a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!-- Please fill the following if you have found an issue, delete if otherwise. -->
---

1) `uname -a`:
```
(paste output here)
```

2) `cmus --version`:
```
(paste output here)
```

3) `cmus --plugins`:
```
(paste output here)
```
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tags
cscope.out
!.gitignore
!.travis.yml
!.github

# top-level ignores
/*.spec
Expand Down

0 comments on commit 634503a

Please sign in to comment.