We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting an issue
- Discussing guardrails
- Submitting a fix
- Proposing new guardrails
- Becoming a maintainer
We use github to host code, to track issues and feature requests, as well as accept pull requests.
Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:
- Fork the repo and create your branch from
main
. - If you are adding a new guardrail, write them in YAML and keep the names short but descriptive
- If you are proposing changes to a guardrail, please leave details about what you're changing and why
- Issue a pull request!
In short, when you submit code changes, your submissions are understood to be under the same MIT License that covers the project. Feel free to contact the maintainers if that's a concern.
Report bugs using Github's issues
We use GitHub issues to track public bugs. Report a bug by opening a new issue; it's that easy!
Guardrails have (in order):
- UUID: a UUID to identify the guardrail
- Authors
- A name (keep these short – 3-5 words)
- Categories (please use an existing category if applicable)
- Current categories are:
Architecture
,Change Management
,Configuration
, andProcess
- A guardrail can have more than one category
- Current categories are:
- Functions (please use an existing function if applicable)
- Current functions are:
Compliance
,Cost Management
,Reliability
,Security
, andStandards
- A guardrail can have more than one function
- Current functions are:
- Resources: applicable resources the guardrail applies to
- Maturity: what maturity level an organization should be before attempting to meet the guardrail
- CSPs: AWS, Azure, GCP
- Applies: text description of when the guardrail does/doesn't apply
- Summary: short-form text summary of the guardrail
- How_to: long-form text or code snippet for describing how to implement the guardrail
- Description: long-form text for the user to understand the guardrail
- Links: a list of applicable links
Please ensure that all guardrails (and changes) are valid YAML with the correct fields.
By contributing, you agree that your contributions will be licensed under its MIT License.
This document was adapted from this template.