Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
leopardracer authored Dec 2, 2024
1 parent f238d85 commit 399c4f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you want to contribute a bug fix or feature to lurk, here's how to proceed:

## Pull Request reviews

The maintainers will review your pull request as soon as they can, and it can only be merged once it has at least one approval . The comments can be in several forms:
The maintainers will review your pull request as soon as they can, and it can only be merged once it has at least one approval. The comments can be in several forms:

- 'Comment' usually indicates the reviewer doesn't yet commit to approving your code but has important remarks to contribute.
- 'Request Changes' means changes need to be made before the reviewer approves at all.
Expand All @@ -26,7 +26,7 @@ The maintainers will review your pull request as soon as they can, and it can on
A pull-request must meet certain criteria before it can be merged.

1. If you are fine with a squash merge, your pull-request's final commit should have at least one approval from a reviewer, and from all maintainers listed in the .github/CODEOWNERS file for the touched code sections.
2. If you prefer a classic merge, the pull-request should meet the above conditions, and and it should be a fast-forward merge from main, which implies it must also be up-to-date.
2. If you prefer a classic merge, the pull-request should meet the above conditions, and it should be a fast-forward merge from main, which implies it must also be up-to-date.

**Warning:** An up-to-date, rebased branch is required for a fast-forward merge. This means that your branch should not contain any merge commits: while we do not object to `Merge` as a pull-request merge method, we prefer the pull-request's history to be linear. To achieve this, you can update your local branch with `git pull --rebase` (see [doc](https://www.git-scm.com/docs/git-pull)).

Expand Down

0 comments on commit 399c4f3

Please sign in to comment.