summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2015-11-23 16:52:14 +0100
committerMartin Fietz <Martin.Fietz@gmail.com>2015-11-23 16:52:14 +0100
commit59e0615a40e774f81df8a88ef6278599cc39897e (patch)
tree4edc4beb8e72f8df5c791cf9a2fa52099afed873
parent2e18d95a74aa9b2d19c6906c81c51991a862ebc1 (diff)
downloadAntennaPod-59e0615a40e774f81df8a88ef6278599cc39897e.zip
Update CONTRIBUTING.md
Bug report template
-rw-r--r--CONTRIBUTING.md24
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
-------------------------------