open-contracting / standard_profile_template

Use this template to author an OCDS profile
Apache License 2.0
1 stars 0 forks source link

OCDS Profile Template

Getting started

  1. Create a repository from this template
  2. Configure the repository
  3. Clone the repository
  4. Replace TODO in .github/workflows/ci.yml, docs/conf.py, docs/index.md, schema/profile/extension.json
  5. Replace the content of the readme with Read this profile at <https://standard.open-contracting.org/profiles/TODO/latest/en/>
  6. Commit your changes
  7. Configure robots.txt to allow access to the profile's documentation

Updating build-related files

Periodically update the stable files across the standard and profiles:

./script/update

Periodically compare the configurable files to the template's files:

./script/diff

Notes