mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 00:46:30 +00:00
Add Code Review section to CONTRIBUTING.md (#1274)
Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
This commit is contained in:
parent
05bd6b9903
commit
e4fc1acd31
1 changed files with 12 additions and 0 deletions
|
@ -39,6 +39,18 @@ they served:
|
|||
* 2019-07-25 ~ 2021-09-28
|
||||
* [Laszlo Fogas](https://github.com/laszlocph)
|
||||
|
||||
## Code Review
|
||||
|
||||
Once code review starts on your PR, do not rebase nor squash your branch as it makes it
|
||||
difficult to review the new changes. Only if there is a need, sync your branch by merging
|
||||
the base branch into yours. Don't worry about merge commits messing up your tree as
|
||||
the final merge process squashes all commits into one, with the visible commit message (first
|
||||
line) being the PR title + PR index and description being the PR's first comment.
|
||||
|
||||
Once your PR gets approved, don't worry about keeping it up-to-date or breaking
|
||||
builds (unless there's a merge conflict or a request is made by a maintainer to make
|
||||
modifications). It is the maintainer team's responsibility from this point to get it merged.
|
||||
|
||||
## Versioning
|
||||
|
||||
We use [Semantic Versioning](https://semver.org/) to be able,
|
||||
|
|
Loading…
Reference in a new issue