File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
2425In 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
You can’t perform that action at this time.
0 commit comments