-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
docsDocumentation relatedDocumentation relatedhelp wantedOpen to be worked onOpen to be worked onpriority: 1Medium priority taskMedium priority task
Description
🐛 Bug
Current document describe Pull Request process as GitHub flow (master + feature branch).
But current PR template mention about release branch, and feature PR should be merged toward release branch.
There is document-template mismatch.
To Reproduce
"doc - Contributing" explain master-based feature branch (GitHub flow).
git checkout my-PR-branch
git rebase master
"PR template" explain as below.
We separated bug-fix PRs and feature PRs and they shall land in master and release/1.X-dev accordingly.
There is disparity between doc and PR template.
Expected behavior
Doc and PR template match its contents.
As contributor, I hope clear explanation of below information.
- branch model (e.g. GitHub flow)
- master-release relationship (e.g. daily master->release merge)
- refactoring PR (which branch it should based on?)
Environment
master 4d9db86
Metadata
Metadata
Assignees
Labels
docsDocumentation relatedDocumentation relatedhelp wantedOpen to be worked onOpen to be worked onpriority: 1Medium priority taskMedium priority task