Skip to content

Commit

Permalink
chore: rename COMMITS.md to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSolati authored Oct 10, 2018
1 parent e018ddb commit f37e95e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions COMMITS.md → CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Commit Message Guidelines
# Contributing

## Commit Message Guidelines

We have very precise rules over how our git commit messages can be formatted. This leads to **more
readable messages** that are easy to follow when looking through the **project history**. But also,
Expand Down Expand Up @@ -42,4 +44,4 @@ Must be one of the following:
* **test**: Adding missing tests or correcting existing tests
* **build**: Changes that affect the build system, CI configuration or external dependencies
(example scopes: gulp, broccoli, npm)
* **chore**: Other changes that don't modify `src` or `test` files
* **chore**: Other changes that don't modify `src` or `test` files

0 comments on commit f37e95e

Please sign in to comment.