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 @@ -71,6 +71,7 @@ VS Code v1.56
7171- docs(maintaining): add pull requests section #3378 @jsjoeio
7272- docs(maintaining): add merge strategies section #3379 @jsjoeio
7373- refactor: move default PR template #3375 @jsjoeio
74+ - docs(contributing): add commits section #3377 @jsjoeio
7475
7576### Development
7677
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