Add component to the ODTP-org zoo
Locate the github repsitory of the zoo.
The zoo db is located in a github repository: ODTP-org Zoo ⧉
In order to add a component you must submit it via a PR. It will then be added to
index.json
, that lists all available components with their metadata.
How to submit a component
In order to submit a component you need to make an entry in the components
directory using component_template.yaml
. Please fill the template with all requested information and then open a pull request.
Step by step instructions
- Fork the zoo repository.
- Copy the
odtp.yml
and rename it ascomponent_version.yaml
. - Place the file into
components
directory. - Submit a pull request and wait for review.
- Components pull requests target
components
branch, after merging it will get automatically deployed tomain
. - Do not edit
index.json
directly, and do not modify any other file. - The added date will be automatically populated after the merge.
- Components pull requests target
Notes
- Only functional components will be accepted. You can make your tool compatible using the
odtp-component-template
⧉. - If you want to have your component removed, please open an issue or pull request.