Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added general contribution guidelines and governance to profile readme #2

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ Score is a developer-centric and platform-agnostic workload specification. It en
- [score-compose](https://github.com/score-spec/score-compose) - The reference Score implementation for Docker compose.
- [score-k8s](https://github.com/score-spec/score-k8s) - The reference Score implementation for Kubernetes.
- [score-go](https://github.com/score-spec/score-go) - A library for writing Score implementations and tools in Go.

### Contribution Guidelines and Governance

- [Code of conduct](https://github.com/score-spec/spec/blob/main/CODE_OF_CONDUCT.md)
- General [Contributor Guidelines](https://github.com/score-spec/spec/blob/main/CONTRIBUTING.md) (Some repos may also have additional guidelines)
- [Governance Model](https://github.com/score-spec/spec/blob/main/GOVERNANCE.md)