Skip to content

Contributing

ResumeSpec welcomes contributions across the standard, documentation, examples, tests, and implementation.

How To Work On It

  1. Clone the repository.
  2. Create a branch.
  3. Install the Python reference implementation.
  4. Run the tests.
  5. Open an issue or pull request with a focused change.

Development Setup

bash
git clone https://github.com/4k4m1m3-org/ResumeSpec.git
cd ResumeSpec
python -m venv .venv
source .venv/bin/activate
pip install -e "implementations/python[dev]"
python -m pytest

What You Can Contribute

  • specification clarifications
  • examples
  • parser improvements
  • validator fixes
  • CLI improvements
  • documentation
  • tests

Where To Discuss

CTA

Contribute to ResumeSpec

ResumeSpec v1.0.0