mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
added branch overview
This commit is contained in:
parent
c738376b80
commit
d9ec669d5b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user