Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CONTRIBUTING.md: update the pull requests procedure #176

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ For larger changes, please file an issue to discuss making larger enhancements.

When submitting a pull request:

1. Rebase to the testing branch
2. Sign off on the commit

Accepted pull requests will not be directly merged via GitHub. They will be
be merged internally for further review before being pushed to the testing
branch. Commits may be subject to minor changes. After a validation cycle, it
1. Pick the target branch
- `master` - the latest stable release
- `master_N_0` - the stable branch of the respective 0N.00.00.xxxx release
- `development` - the development branch of the future release
2. Rebase to the target branch
3. Sign off on the commit

Commits may be subject to minor changes. After a validation cycle, it
will merged into master under a tagged release.