Contributing
ResumeSpec welcomes contributions across the standard, documentation, examples, tests, and implementation.
How To Work On It
- Clone the repository.
- Create a branch.
- Install the Python reference implementation.
- Run the tests.
- 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 pytestWhat You Can Contribute
- specification clarifications
- examples
- parser improvements
- validator fixes
- CLI improvements
- documentation
- tests