Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.6 KB

CONTRIBUTING.md

File metadata and controls

47 lines (34 loc) · 1.6 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

Contribitor Ladder

contributor-ladder.md

Community

Allstar is a project under the OpenSSF Securing Critical Projects Working Group (Mailing List).

Allstar Slack Channel for discussion.

Bi-weekly meetings are Thursdays, 1-2pm, Pacific time. See the OpenSSF Calendar for the invite.

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.