Skip to content

Release cycle document #5379

@tarepan

Description

@tarepan

🐛 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 relatedhelp wantedOpen to be worked onpriority: 1Medium priority task

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions