Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.57 KB

CONTRIBUTING.md

File metadata and controls

41 lines (27 loc) · 1.57 KB

Contributing

All community members must abide by the OpenSSF Code of Conduct.

  • Feel free to open issues for bugs, feature requests, discussion, questions, help, proposals, etc.
  • If you want to contribute a small fix or feature, open a PR.
  • If you want to contribute something larger, a discussion or proposal issue may be appropriate.
  • Please update docs when contributing features.
  • When contributing large features, upate whats-new.md
  • All git commits must have DCO

Contributor Ladder

Allstar follows the OpenSSF Scorecard contributor ladder.

Details on the previous Allstar contributor ladder can be found here.

Community

Allstar is a part of the OpenSSF Scorecard project.

We're hanging out in #allstar on the OpenSSF Slack workspace.

Meetings and additional community details are here.

Development

  • Run tests: go test -v ./...
  • Run lint: golangci-lint run
  • Local testing: See operator.md to setup a test instance for yourself.

Contribute Policies

Interface definition.

Both the SECURITY.md and Outside Collaborators policies are quite simple to understand and good examples to copy.