-
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.
- Loading branch information
1 parent
165c68c
commit 3867143
Showing
1 changed file
with
6 additions
and
7 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,15 +1,14 @@ | ||
# gh-templatizer | ||
# Templatizer | ||
|
||
## Contibuting | ||
|
||
### Pre-requisites | ||
|
||
If you had the tool [homebrew]() installed on your computer you could run `make setup` and skip the | ||
following instructions. | ||
if you work with MacOS you can take advantage of [homebrew](https://brew.sh/index_es) o setup your environment. You just need to run `make setup`. | ||
|
||
|
||
Setup the latest version of the following tools: | ||
- [Hadolinr]: | ||
- [pre-commit]: | ||
In other case you would need to setup manually the following tools: | ||
|
||
- [Hadolint]: Visit the [official repository](https://github.com/hadolint/hadolint) | ||
- [pre-commit]: Visit the [official site])(https://pre-commit.com/). | ||
|
||
Additionaly you could want to install [gorelease](https://goreleaser.com/). |