diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2015-11-23 16:52:14 +0100 |
---|---|---|
committer | Martin Fietz <Martin.Fietz@gmail.com> | 2015-11-23 16:52:14 +0100 |
commit | 59e0615a40e774f81df8a88ef6278599cc39897e (patch) | |
tree | 4edc4beb8e72f8df5c791cf9a2fa52099afed873 | |
parent | 2e18d95a74aa9b2d19c6906c81c51991a862ebc1 (diff) | |
download | AntennaPod-59e0615a40e774f81df8a88ef6278599cc39897e.zip |
Update CONTRIBUTING.md
Bug report template
-rw-r--r-- | CONTRIBUTING.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9dfd9ecfe..5841f1c79 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,30 @@ How to report a bug - If the bug only seems to occur with a certain podcast, make sure to include the URL of that podcast. - If possible, add instructions on how to reproduce the bug. - If possible, add a logfile to your post. This is especially useful if the bug makes the application crash. You can create logfiles with an app like `aLogcat`. Just launch `alogcat`, then start AntennaPod and reproduce the bug. aLogcat should now display information about the bug when you start it. +- Please use the following **template**: + +**Android version**: 5.x [Especially mention custom roms!] + +**Devide model**: + +**Expected behaviour**: + +**Current behaviour**: + +**First occured**: Version 1.x / about x days/weeks ago + +**Steps to reproduce**: + +1. Do this +1. Do that + +**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] +``` +... +``` + How to submit a feature request ------------------------------- |