1.4 KiB
1.4 KiB
Contributing to Open Notebook
📍 This file has moved!
All contribution guidelines have been consolidated into the new development documentation structure.
Quick Links
- Want to contribute code? → Contributing Guide
- Want to understand the architecture? → Architecture Overview
- Want to understand what we're building? → Vision & Principles
- Want to understand our engineering practices? → Design Principles
- Are you a maintainer? → Maintainer Guide
- New developer? → Quick Start
The Issue-First Workflow
TL;DR: For anything non-trivial — features, architecture changes — create an issue first, get it assigned, THEN code. Small obvious fixes (typos, docs, tiny bugs) can go straight to a PR. Already coded something bigger? Mark the PR as draft and open the issue — triage takes 1–2 days.
This prevents wasted effort and ensures your work aligns with the project. See details →
For all contribution details, see docs/7-DEVELOPMENT/contributing.md.