Add contributing guidelines

This commit is contained in:
Xoconoch
2025-08-18 09:21:10 -06:00
parent 31294ab703
commit 34ad69f40d

5
CONTRIBUTING.md Normal file
View File

@@ -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.