File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 3
3
# Contributing
4
4
5
5
- [ Pull Requests] ( #pull-requests )
6
+ - [ Commits] ( #commits )
6
7
- [ Requirements] ( #requirements )
7
8
- [ Development Workflow] ( #development-workflow )
8
9
- [ Updating VS Code] ( #updating-vs-code )
@@ -23,9 +24,12 @@ you'd like to address unless the proposed fix is minor.
23
24
24
25
In your Pull Requests (PR), link to the issue that the PR solves.
25
26
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.
29
33
30
34
## Requirements
31
35
You can’t perform that action at this time.
0 commit comments