docs(contributing): add commits section
This commit is contained in:
parent
a7cf990782
commit
62b5fadd9c
|
@ -71,6 +71,7 @@ VS Code v1.56
|
||||||
- docs(maintaining): add pull requests section #3378 @jsjoeio
|
- docs(maintaining): add pull requests section #3378 @jsjoeio
|
||||||
- docs(maintaining): add merge strategies section #3379 @jsjoeio
|
- docs(maintaining): add merge strategies section #3379 @jsjoeio
|
||||||
- refactor: move default PR template #3375 @jsjoeio
|
- refactor: move default PR template #3375 @jsjoeio
|
||||||
|
- docs(contributing): add commits section #3377 @jsjoeio
|
||||||
|
|
||||||
### Development
|
### Development
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
- [Pull Requests](#pull-requests)
|
- [Pull Requests](#pull-requests)
|
||||||
|
- [Commits](#commits)
|
||||||
- [Requirements](#requirements)
|
- [Requirements](#requirements)
|
||||||
- [Development Workflow](#development-workflow)
|
- [Development Workflow](#development-workflow)
|
||||||
- [Updating VS Code](#updating-vs-code)
|
- [Updating VS Code](#updating-vs-code)
|
||||||
|
@ -23,9 +24,12 @@ you'd like to address unless the proposed fix is minor.
|
||||||
|
|
||||||
In your Pull Requests (PR), link to the issue that the PR solves.
|
In your Pull Requests (PR), link to the issue that the PR solves.
|
||||||
|
|
||||||
Please ensure that the base of your PR is the **master** branch. (Note: The default
|
Please ensure that the base of your PR is the **main** branch.
|
||||||
GitHub branch is the latest release branch, though you should point all of your changes to be merged into
|
|
||||||
master).
|
### Commits
|
||||||
|
|
||||||
|
We prefer a clean commit history. Please clean up your commits before marking your PR
|
||||||
|
ready for review.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue