Skip to content

Commit 071adbb

Browse files
committed
docs(contributing): add commits section
1 parent 800815f commit 071adbb

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/CONTRIBUTING.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Contributing
44

55
- [Pull Requests](#pull-requests)
6+
- [Commits](#commits)
67
- [Requirements](#requirements)
78
- [Development Workflow](#development-workflow)
89
- [Updating VS Code](#updating-vs-code)
@@ -23,9 +24,12 @@ you'd like to address unless the proposed fix is minor.
2324

2425
In your Pull Requests (PR), link to the issue that the PR solves.
2526

26-
Please ensure that the base of your PR is the **master** branch. (Note: The default
27-
GitHub branch is the latest release branch, though you should point all of your changes to be merged into
28-
master).
27+
Please ensure that the base of your PR is the **main** branch.
28+
29+
### Commits
30+
31+
We prefer a clean commit history. Please clean up your commits before marking your PR
32+
ready for review.
2933

3034
## Requirements
3135

0 commit comments

Comments
 (0)