Contributor Runway

This guide defines how first-time contributors can land meaningful changes quickly.

Fast Start

  1. Clone public-process. This is the first repo to use for Public Process reading, local preview, and doc/content contributions:
git clone https://github.com/organvm/public-process.git
cd public-process
gem install bundler:4.0.3
bundle install
bundle exec jekyll serve --host 127.0.0.1
  1. Open http://127.0.0.1:4000/public-process/.
  2. Read docs/quick-start.md if the organ names or repo boundaries are unclear.
  3. Pick a scoped issue labeled good first issue.
  4. Run the local build before opening a PR:
bundle exec jekyll build --strict_front_matter --future

The CI also validates frontmatter, regenerated data files, internal links, and basic repository structure.

First Contribution Scope

A first contribution should:

Review SLA Targets

Required PR Evidence

Escalation

If blocked for >7 days without review, open a documentation issue in organvm/public-process with a link to the PR and the blocker details.