-
-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Contributing | ||
|
||
Thank you for considering contributing to [git-cliff](https://github.com/orhun/git-cliff/)! | ||
Thank you for considering contributing to [git-cliff](https://github.com/orhun/git-cliff)! | ||
|
||
When contributing, please first discuss the change you wish to make via [issue](https://github.com/orhun/git-cliff/issues), | ||
[email](mailto:[email protected]), or any other method with the owners of this repository before making a change. | ||
|
@@ -17,8 +17,8 @@ Note that we have a [Code of Conduct](./CODE_OF_CONDUCT.md), please follow it in | |
git clone https://github.com/{username}/git-cliff && cd git-cliff | ||
``` | ||
|
||
3. Make sure that you have [Rust](https://www.rust-lang.org/) `1.53.0-nightly` or later installed and build the project. | ||
3. Make sure that you have [Rust](https://www.rust-lang.org/) `1.60.0` or later installed and build the project. | ||
|
||
```sh | ||
cargo build | ||
``` | ||
|