-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from omc/doc/extract-contributing-to-contribut…
…ing-md Move README#Contributing to CONTRIBUTING.md
- Loading branch information
Showing
2 changed files
with
17 additions
and
18 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Contributing | ||
|
||
## Pre-commit | ||
|
||
This project uses [pre-commit](https://pre-commit.com/) to lint and store 3rd-party dependency licenses. | ||
Installation instructions are available on the [pre-commit](https://pre-commit.com/) website! | ||
|
||
To verify your installation, run this project's pre-commit hooks against all files: | ||
|
||
```shell | ||
pre-commit run --all-files | ||
``` | ||
|
||
### Go-licenses pre-commit hook | ||
|
||
Windows users: Ensure that you have `C:\Program Files\Git\usr\bin` added | ||
to your `PATH`! |
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