Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

Thank you for your interest in contributing to this educational resource! This guide will help you understand how to write high-quality technical articles and contribute effectively to the course materials.

## Workflow

1. **Create new document**: Create your content as `/docs/XX_name.md` (use 2-digit numbering for ordering)
2. **Upload artifacts**: Add related files (PDFs, images, datasets) to `/docs/` directory as needed
3. **Update navigation**: Add your content to `/docs/README.md` in the `## Materials` section:
```markdown
### [XX. Title](XX_name.md)
Brief description of what readers will learn and key topics covered.
```
4. **Submit PR**: Create pull request for review

## Goals: Contribution Philosophy

We believe in creating educational content that is:
Expand Down
Loading
Loading