Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 62b5fad

Browse filesBrowse files
committed
docs(contributing): add commits section
1 parent a7cf990 commit 62b5fad
Copy full SHA for 62b5fad

2 files changed

+8-3Lines changed: 8 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff 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

Collapse file

‎docs/CONTRIBUTING.md‎

Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+7-3Lines changed: 7 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.