This repository is a home for issues for coordinating writing around Jupyter Foundation community funding proposals. See https://compass.jupyterfoundation.org/funding/process/ for more information.
See these tips for writing a proposal.
We use this proposal tracking board to track proposals.
The funding process page on the Foundation team compass is the source of truth for this process.
Progress reports for funded proposals live in the Reports/ folder and are rendered at jupyter-governance.github.io/funding-proposals.
See the Reports README for how to submit a report.
The site in docs/ is built with MyST and deployed to GitHub Pages automatically on merge to main.
To build the site locally, install pnpm and run:
pnpm install # install mystmd and the aggregation script's dependencies
pnpm build # build static HTML in docs/_build/html
pnpm start # or: start a live-reloading dev server