From 34ad69f40d7f37365ac9c9ec8c50555df99fd5fe Mon Sep 17 00:00:00 2001 From: Xoconoch Date: Mon, 18 Aug 2025 09:21:10 -0600 Subject: [PATCH] Add contributing guidelines --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..a47f964 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +# Contributing guidelines + +- All pull requests must be made to `dev` branch + +- When implementing a feature related to downloading, follow the rule of choice: Every download must come from an active decision made by the user (e.g. clicking a download button, deciding the user wants a whole artist's discography, etc.). This takes out of the picture features like recommendation algorithms, auto-genererated playlists, etc.