summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Gerlich <oliver.gerlich@gmx.de>2022-02-04 22:54:21 +0100
committerGitHub <noreply@github.com>2022-02-04 22:54:21 +0100
commit2e178a0f93f00547aedcf6372b6300e46471fad4 (patch)
treeddb9e7ea6a48dc86d1e0bb0e1da39a14ac9a94a0
parentd953ad0869a74ed84f837aa30272d96cd88a857d (diff)
downloadantennapod-2e178a0f93f00547aedcf6372b6300e46471fad4.zip
CONTRIBUTING.md: fix issue template links (#5692)
The template files had been renamed in commit 5bef7c73.
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e3bc7269d..0017c897d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -8,7 +8,7 @@ How to report a bug
- 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. 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)**.
+- Please use the following **[template](https://github.com/AntennaPod/AntennaPod/issues/new?assignees=&labels=Type%3A+Possible+bug&template=bug_report.yml)**.
How to submit a feature request
@@ -18,7 +18,7 @@ How to submit a feature request
- To make it easier for us to keep track of requests, please only make one feature request per issue.
- Give a brief explanation about the problem that may currently exist and how your requested feature solves this problem.
- 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.
-- Please use the following **[template](.github/ISSUE_TEMPLATE/feature_request.md)**.
+- Please use the following **[template](https://github.com/AntennaPod/AntennaPod/issues/new?assignees=&labels=&template=feature_request.yml)**.
Translating AntennaPod