You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Each PR should adhere to the following standards:
23
23
Using the commit script in `./bin/commit` is recommended.
24
24
25
25
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.
26
27
3. It should support the official OpenAPI specification and not deviate from it.
27
28
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.
0 commit comments