From f9bea87adc2e735eaed8e9f866e6cbe36929e175 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 27 Oct 2024 21:12:02 +0100 Subject: [PATCH] Explain why there needs to be an issue first (#7474) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3c6ef5259..c3527b599 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,7 @@ If you would like to translate the app into another language or improve an exist Submit a pull request --------------------- - Before you work on the code - - Make sure that there is an issue *without* the `Needs: Triage` or `Needs: Decision` label for the feature you want to implement or bug you want to fix. + - Make sure that there is an issue *without* the `Needs: Triage` or `Needs: Decision` label for the feature you want to implement or bug you want to fix. If you just start working on a feature that is not approved yet (or not even has an issue), your PR might not get merged. - Add a comment to the issue so that other people know that you are working on it. - You don't need to ask for permission to work on something, just indicate that you are doing so. - If you want to discuss the approach to take, feel free to ask in the issue or join a [community call](https://antennapod.org/events/community-meeting).