mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-10-29 19:59:22 +00:00
Add more stuff about versions in CONTRIBUTING.md and the templates
This commit is contained in:
parent
4478447bec
commit
ba1a0feb72
13
.github/ISSUE_TEMPLATE/bug_report.md
vendored
13
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -17,7 +17,7 @@ If the bug only seems to occur with a certain podcast, please include the URL of
|
||||
|
||||
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 apps like `aLogcat`. Just launch `alogcat`, then start AntennaPod and reproduce the bug. aLogcat should now display information about the bug when you start it. AntennaPod also has an `export logs` feature.
|
||||
If possible, add a logfile to your post. This is especially useful if the bug makes the application crash. AntennaPod has an `export logs` feature for this.
|
||||
|
||||
Usually, you can take a screenshot of your smartphone by pressing *Power* + *Volume down* for a few seconds.
|
||||
|
||||
@ -26,26 +26,35 @@ You don't need to adhere to the template strictly. Feel free to leave out inform
|
||||
If you are experiencing a crash, including the stacktrace will likely get it fixed sooner.
|
||||
-->
|
||||
|
||||
**App version**: 1.x (state whether from Google Play/F-Droid/Custom built APK)
|
||||
<!-- READ THIS: The latest version may be different depending on your device. You can find the version in AntennaPod's settings. -->
|
||||
**App version**: x.y.z (state whether from Google Play/F-Droid/Custom built APK)
|
||||
|
||||
|
||||
**Android version**: 5.x (Please mention if you are using a custom rom!)
|
||||
|
||||
|
||||
**Device model**:
|
||||
|
||||
|
||||
**Expected behaviour**:
|
||||
|
||||
|
||||
**Current behaviour**:
|
||||
|
||||
|
||||
**First occurred**: (e.g. about x days/weeks ago)
|
||||
|
||||
|
||||
**Steps to reproduce**:
|
||||
1. This
|
||||
2. Then that
|
||||
3. Then this
|
||||
4. Etc.
|
||||
|
||||
|
||||
**Environment**: (Settings you have changed (e.g. Auto Download). "Unusual" devices you use (e.g. Bluetooth headphones). Did you select another media player?)
|
||||
|
||||
|
||||
**Stacktrace/Logcat**:
|
||||
```
|
||||
[if available]
|
||||
|
||||
8
.github/ISSUE_TEMPLATE/feature_request.md
vendored
8
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -18,10 +18,14 @@ Give a brief explanation about the problem that may currently exist and how your
|
||||
Try to be as specific as possible. Please not only explain what the feature does, but also how. If your request is about (or includes) changing or extending the UI, describe what the UI would look like and how the user would interact with it.
|
||||
-->
|
||||
|
||||
**App version**: 1.x (state whether from Google Play/F-Droid/Custom built APK)
|
||||
<!-- READ THIS: The latest version may be different depending on your device. You can find the version in AntennaPod's settings. -->
|
||||
**App version**: x.y.z (state whether from Google Play/F-Droid/Custom built APK)
|
||||
|
||||
|
||||
**Problem you may be having, or feature you want**:
|
||||
|
||||
**Problem you may be having**:
|
||||
|
||||
**Suggested solution**:
|
||||
|
||||
|
||||
**Screenshots / Drawings / Technical details**:
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
How to report a bug
|
||||
-------------------
|
||||
- Before anything else, please make sure you are on the latest version, the bug you are experiencing may have been fixed already!
|
||||
- Use the search function to see if someone else has already submitted the same bug report.
|
||||
- Try to describe the problem with as much detail as possible.
|
||||
- Some bugs may only occur on certain devices or versions of Android. Please add information about your device and the version of Android that is running on it (you can look these up under `Settings → About Phone`), as well as which version of AntennaPod you are using.
|
||||
- If the bug only seems to occur with a certain podcast, please 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 apps like `aLogcat`. Just launch `alogcat`, then start AntennaPod and reproduce the bug. aLogcat should now display information about the bug when you start it. AntennaPod also has an `export logs` feature.
|
||||
- If possible, add a logfile to your post. This is especially useful if the bug makes the application crash. AntennaPod has an `export logs` feature for this.
|
||||
- Usually, you can take a screenshot of your smartphone by pressing *Power* + *Volume down* for a few seconds.
|
||||
- Please use the following **[template](.github/ISSUE_TEMPLATE/bug_report.md)**.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user