Skip to content

Commit 6af67a4

Browse files
author
Steve Kirkland
committed
Clarify use of the next banch
1 parent b1962a3 commit 6af67a4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ Contributing
33
------------
44

55
- [Fork](https://help.github.com/articles/fork-a-repo) the [notifier on github](https://github.com/bugsnag/bugsnag-python)
6+
- Create a new branch from `next`
67
- Commit and push until you are happy with your contribution
78
- Run the tests
8-
- [Make a pull request](https://help.github.com/articles/using-pull-requests)
9+
- [Make a pull request](https://help.github.com/articles/using-pull-requests) into the `next` branch
910
- Thanks!
1011

1112
Running the tests
@@ -90,7 +91,7 @@ If you're on the core team, you can release Bugsnag as follows:
9091
9192
## Making a release
9293
93-
* Create branch for the release
94+
* Create branch for the release from `next`
9495
9596
```
9697
git checkout -b release/v4.x.x
@@ -108,6 +109,7 @@ If you're on the core team, you can release Bugsnag as follows:
108109
python setup.py sdist bdist_wheel
109110
twine upload dist/*
110111
```
112+
* After the release, create a PR to merge `master` back into `next` to keep the branches in sync.
111113
112114
## Update docs.bugsnag.com
113115

0 commit comments

Comments
 (0)