Skip to content

Commit cf5efbb

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

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ VS Code v1.56
6868
### Documentation
6969

7070
- docs(install): add raspberry pi section #3376 @jsjoeio
71+
- docs(contributing): add commits section #3377 @jsjoeio
7172

7273
### Development
7374

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)