Skip to content

Commit

Permalink
added branch overview
Browse files Browse the repository at this point in the history
  • Loading branch information
dieser-niko authored Jan 24, 2025
1 parent c738376 commit d9ec669
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,28 @@ $env:SPOTIPY_CLIENT_USERNAME="client_username_here"
$env:SPOTIPY_REDIRECT_URI="http://localhost:8080"
```

### Branch Overview

After restarting development on version 3, we decided to restrict commits to certain branches in order to push the development forward.
To give you a flavour of what we mean, here are some examples of what PRs go where:

**v3**:

- any kind of refactoring
- better documentation
- enhancements
- code styles

**master (v2)**:

- bug fixes
- deprecations
- new endpoints (until we release v3)
- basic functionality

Just choose v3 if you are unsure which branch to work on.


### Create virtual environment, install dependencies, run tests:

```bash
Expand Down

0 comments on commit d9ec669

Please sign in to comment.