- Fork the notifier on github
- Build and test your changes using
make build
andmake test
- Commit and push until you are happy with your contribution
- Make a pull request
- Thanks!
- Create PRs updating the release version in the installation instructions on app.bugsnag.com and docs.bugsnag.com
- Commit all outstanding changes
- Bump the version in
src/BugsnagServiceProvider.php
- Update the CHANGELOG.md, and README if appropriate.
- Commit, tag push
git commit -am v2.x.x git tag v2.x.x git push origin master && git push --tags
- Bump the branch alias to the next minor version