Skip to content

Commit

Permalink
chore(docs): add documentation on commit message format (#2828)
Browse files Browse the repository at this point in the history
  • Loading branch information
chasestarr committed Feb 10, 2020
1 parent 74ccf16 commit c680196
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ Usually, we reject contributions if they meet any of the following requirements:
- TypeScript coverage for the API
- Documentation added to the docs site. You start the doc site using `yarn documentation:dev:watch`.

## Git Commit Formatting

Commit messages should be formatted according to [commitlint](https://commitlint.js.org/#/concepts-commit-conventions) specifications. Doing so allows us to better document the baseweb changelog.

## Sending Pull Requests

When send a pull request, please make sure that you have one of the [following labels](https://github.com/uber-workflow/probot-app-pr-label/blob/master/index.js#L20) set:
Expand Down

1 comment on commit c680196

@vercel
Copy link

@vercel vercel bot commented on c680196 Feb 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.