Skip to content

Commit 19fd9cb

Browse files
mbsimonovicjsdevel
authored andcommitted
contributing: add a tip to the PR section
1 parent 6c584f9 commit 19fd9cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Each PR should adhere to the following standards:
2323
Using the commit script in `./bin/commit` is recommended.
2424

2525
You can use `git commit --amend` to keep your PR isolated to a single commit when responding to feedback.
26+
If you prefer to commit frequently, then before opening a PR, use `git rebase` to squash all the commits into a single one.
2627
3. It should support the official OpenAPI specification and not deviate from it.
2728
4. If the PR fixes an Issue that was previously reported, the commit message should close the Issue using keywords in the commit message (see [Closing issues using keywords](https://help.github.com/articles/closing-issues-using-keywords/)) i.e.
2829
```

0 commit comments

Comments
 (0)