Archived
1
0

docs(contributing): add commits section

This commit is contained in:
Joe Previte
2021-05-12 15:23:45 -07:00
parent a7cf990782
commit 62b5fadd9c
2 changed files with 8 additions and 3 deletions

View File

@ -3,6 +3,7 @@
# Contributing
- [Pull Requests](#pull-requests)
- [Commits](#commits)
- [Requirements](#requirements)
- [Development Workflow](#development-workflow)
- [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.
Please ensure that the base of your PR is the **master** branch. (Note: The default
GitHub branch is the latest release branch, though you should point all of your changes to be merged into
master).
Please ensure that the base of your PR is the **main** branch.
### Commits
We prefer a clean commit history. Please clean up your commits before marking your PR
ready for review.
## Requirements