Contributing
We welcome contributions and feedback! Feel free to open an issue or submit a pull request to suggest additions, improvements or to report bugs.
To add a new example, follow these steps:
- Create a directory in
experimental
with the name of the schema example - Create a
<example_name>.yml
file using the Infrahub schema format - Update
.metadata.yml
file to include the schema you have created with aname
,descriptions
anddependencies
. invoke build
will then generate aREADME.md
file for the schema.