Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 890 Bytes

File metadata and controls

34 lines (23 loc) · 890 Bytes

OKDP Meeting Notes

This repository contains the official meeting notes from the OKDP project.

Its goal is to provide a transparent and accessible record of:

  • Project discussions
  • Decisions made
  • Action items and follow-ups

There notes are public and intended for contributors, stakeholders, and anyone interested in the project's evolution.

Validation

Meeting notes are automatically validated for consistency. Each file must include:

  • Frontmatter with:
    • date (YYYY-MM-DD)
    • type (users or contributors)
  • Filename containing the date in YYYYMMDD format (e.g., 20240117.md)
  • Directory structure matching {type}/{YYYY}/

Run validation locally:

npm install
npm run validate

Related