mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-05-05 15:24:35 +00:00
- Replace old docs structure with new comprehensive documentation - Organize into 8 major sections (0-START-HERE through 7-DEVELOPMENT) - Convert CONFIGURATION.md, CONTRIBUTING.md, MAINTAINER_GUIDE.md to redirects - Remove outdated MIGRATION.md and DESIGN_PRINCIPLES.md - Fix all internal documentation links and cross-references - Add progressive disclosure paths for different user types - Include 44 focused guides covering all features - Update README.md to remove v1.0 breaking changes notice
29 lines
1.1 KiB
Markdown
29 lines
1.1 KiB
Markdown
# Contributing to Open Notebook
|
|
|
|
**📍 This file has moved!**
|
|
|
|
All contribution guidelines have been consolidated into the new development documentation structure.
|
|
|
|
👉 **[Read the Contributing Guide](docs/7-DEVELOPMENT/contributing.md)**
|
|
|
|
---
|
|
|
|
## Quick Links
|
|
|
|
- **Want to contribute code?** → [Contributing Guide](docs/7-DEVELOPMENT/contributing.md)
|
|
- **Want to understand the architecture?** → [Architecture Overview](docs/7-DEVELOPMENT/architecture.md)
|
|
- **Want to understand our design philosophy?** → [Design Principles](docs/7-DEVELOPMENT/design-principles.md)
|
|
- **Are you a maintainer?** → [Maintainer Guide](docs/7-DEVELOPMENT/maintainer-guide.md)
|
|
- **New developer?** → [Quick Start](docs/7-DEVELOPMENT/quick-start.md)
|
|
|
|
---
|
|
|
|
## The Issue-First Workflow
|
|
|
|
**TL;DR**: Create an issue first, get it assigned, THEN code.
|
|
|
|
This prevents wasted effort and ensures your work aligns with the project. [See details →](docs/7-DEVELOPMENT/contributing.md)
|
|
|
|
---
|
|
|
|
For all contribution details, see **[docs/7-DEVELOPMENT/contributing.md](docs/7-DEVELOPMENT/contributing.md)**.
|