diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2018-06-26 21:32:07 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2018-06-26 21:32:07 +0200 |
commit | 3cb6c377c32ab725b2b54932e7d7a0948e578a5b (patch) | |
tree | a7572caaf252f2ee20a64e55daa86a127086d54c | |
parent | 3d20494801c9b152e66632f128d5027613031425 (diff) | |
download | pianobar-3cb6c377c32ab725b2b54932e7d7a0948e578a5b.tar.gz pianobar-3cb6c377c32ab725b2b54932e7d7a0948e578a5b.tar.bz2 pianobar-3cb6c377c32ab725b2b54932e7d7a0948e578a5b.zip |
Add GitHub issue template
-rw-r--r-- | .github/issue_template.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000..037b08b --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,19 @@ +### Subject of the issue +Briefly describe your issue here. + +### Your environment +* version of pianobar +* your Linux distribution and release version +* ffmpeg/libav version and the flags it was compiled with (if you compiled yourself) +* your config file + +### Steps to reproduce +Tell us how to reproduce this issue. + +### Expected behaviour +Tell us what should happen. + +### Actual behaviour +Tell us what happens instead, including a copy of all error messages. + + |