File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ builds:
1818 - amd64
1919 - arm64
2020
21+ changelog :
22+ use : github-native
23+
2124sboms :
2225- artifacts : archive
2326
Original file line number Diff line number Diff line change 55[ ![ Coverage] ( https://coveralls.io/repos/github/smlx/go-cli-github/badge.svg?branch=main )] ( https://coveralls.io/github/smlx/go-cli-github?branch=main )
66[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/smlx/go-cli-github )] ( https://goreportcard.com/report/github.com/smlx/go-cli-github )
77[ ![ OpenSSF Scorecard] ( https://api.securityscorecards.dev/projects/github.com/smlx/go-cli-github/badge )] ( https://securityscorecards.dev/viewer/?uri=github.com/smlx/go-cli-github )
8+ [ ![ OpenSSF Best Practices] ( https://www.bestpractices.dev/projects/8168/badge )] ( https://www.bestpractices.dev/projects/8168 )
89
910This repository is a template for a Go CLI tool or service.
1011It is quite opinionated about security and release engineering, but hopefully in a good way.
@@ -89,3 +90,10 @@ Configure the repository:
89901. Go to repository Settings > Rules > Rulesets, and import the ` protect-default-branch.json` ruleset.
9091
91921. That' s it.
93+
94+ ## How to contribute
95+
96+ Issues are welcome.
97+
98+ PRs are also welcome, but keep in mind that this is a very opinionated template, so not all changes will be accepted.
99+ PRs also need to ensure that test coverage remains high, and best practices are followed.
You can’t perform that action at this time.
0 commit comments