Skip to content

Commit 6e4a2d3

Browse files
authored
docs(CONTRIB): Note about Conventional
1 parent c824c9e commit 6e4a2d3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,19 @@ commit history. Once you let us know this is done, we can move forward with
3636
merging! If you are uncomfortable with these parts of git, let us know and we
3737
can help.
3838

39-
We ask that all new files have the copyright header. Please update the
40-
copyright year for files you are modifying.
39+
For commit messages, we use [Conventional](https://www.conventionalcommits.org)
40+
style. If you already wrote your commits and don't feel comfortable changing
41+
them, don't worry and go ahead and create your PR. We'll work with you on the
42+
best route forward. You can check your branch locally with
43+
[`committed`](https://github.com/crate-ci/committed).
4144

4245
As a heads up, we'll be running your PR through the following gauntlet:
4346
- warnings turned to compile errors
4447
- `cargo test`
4548
- `rustfmt`
4649
- `clippy`
4750
- `rustdoc`
48-
49-
Check out our [CI][travis] for more information.
51+
- [`committed`](https://github.com/crate-ci/committed)
5052

5153
## Releasing
5254

0 commit comments

Comments
 (0)