generated from moul/golang-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 4
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 #65 from sgtm-club/dev/moul/migrate-repo-update-doc
feat: migrate the repo to sgtm-club org + update doc
- Loading branch information
Showing
4 changed files
with
53 additions
and
23 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 |
---|---|---|
|
@@ -59,12 +59,12 @@ brews: | |
commit_author: | ||
name: moul-bot | ||
email: "[email protected]" | ||
homepage: https://github.com/moul/sgtm | ||
homepage: https://github.com/sgtm-club/sgtm | ||
description: "sgtm" | ||
nfpms: | ||
- | ||
file_name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' | ||
homepage: https://github.com/moul/sgtm | ||
homepage: https://github.com/sgtm-club/sgtm | ||
description: "sgtm" | ||
maintainer: "Manfred Touron <https://manfred.life>" | ||
license: "Apache-2.0 OR MIT" | ||
|
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,23 @@ | ||
# Contributing | ||
|
||
## Discuss | ||
|
||
You don't need to be a developer to help us improving SGTM; Feel free to start a discussion if you have an idea, an advice or if you want to share any resource that can help us make the product better. | ||
|
||
## Develop | ||
|
||
The project is probably(?) `go-gettable` with `go get moul.io/sgtm`; but we strongly suggest you to clone the repo somewhere and use the provided Makefile. | ||
|
||
```bash | ||
git clone https://github.com/sgtm-club/sgtm | ||
cd sgtm | ||
make run | ||
``` | ||
|
||
You will probably need to provide some tokens in a `config.txt` file or by passing command-line arguments. | ||
|
||
Please, open an issue if you need help for setting-up your development environment. | ||
|
||
## Translate the app | ||
|
||
*TODO* |
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
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