diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2016-02-17 22:27:47 +0100 |
---|---|---|
committer | Martin Fietz <Martin.Fietz@gmail.com> | 2016-02-17 22:27:47 +0100 |
commit | acff2ba0d6c1c543650492a1d5a3a39000ec3b9e (patch) | |
tree | 3e25cf24517292cfc089e6f9295d5ae7a3fecc1a | |
parent | d4446e6dbb08d00dea4658878cd8faaf559cdf61 (diff) | |
download | AntennaPod-acff2ba0d6c1c543650492a1d5a3a39000ec3b9e.zip |
Create ISSUE_TEMPLATE.md
-rw-r--r-- | ISSUE_TEMPLATE.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..e7b99c56d --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,33 @@ +--- +DELETE ME<br/> +You don't need to adhere to the template strictly. Feel free to leave out information you feel is not important or does not make sense. + +If you are submitting a feature request, please read [this](https://github.com/AntennaPod/AntennaPod/blob/develop/CONTRIBUTING.md#how-to-submit-a-feature-request). +In particular, please not only tell us that you want something (*what*), but also make suggestions *how* it should be implemented. + +--- + +**App version:** 1.x (from Google Play/F-Store/Custom build) + +**Android version**: 5.x [Please mention if you are using a custom rom!] + +**Devide model**: + +**Expected behaviour**: + +**Current behaviour**: + +**First occured**: Version 1.x / about x days/weeks ago + +**Steps to reproduce**: + +1. This +1. Than that +1. Then + +**Environment**: [Settings you have changed, e.g. Auto Download. "Unusual" devices you use, e.g. Bluetooth headphones. Do you still use Prestissimo?] + +**Stacktrace/Logcat**: +``` +[if available] +``` |