Skip to content

Commit

Permalink
docs(contributing): mention fetching the tags for running tests succe…
Browse files Browse the repository at this point in the history
…ssfully (#850)

* docs(contributing): mention the tags are necessary for running tests successfully

* docs(contributing): Update file based on the review

* Update CONTRIBUTING.md

---------

Co-authored-by: Orhun Parmaksız <[email protected]>
  • Loading branch information
nejcgalof and orhun authored Sep 14, 2024
1 parent e56cd8d commit a82dac3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ 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
```

To ensure the successful execution of the tests, it is essential to fetch the tags as follows:

```sh
git fetch --tags https://github.com/orhun/git-cliff
```

3. Make sure that you have [Rust](https://www.rust-lang.org/) `1.64.0` or later installed and build the project.

```sh
Expand Down

0 comments on commit a82dac3

Please sign in to comment.