Skip to content
Open
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
15 changes: 14 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Contributing

> Please describe here how you would like people to contribute.
> Please describe here how you would like people to contribute.# Contributing to Good First Issues

Thanks for helping! Please follow these steps so your PR can be reviewed quickly.

## 1) Pick / Discuss an Issue
- Comment on an open issue to claim it (e.g., “I’d like to work on this”).
- If you propose something new, open an issue first for feedback.

## 2) Local Setup
- Requirements: Git, Node.js (for frontend), Go (for backend tasks if needed).
- Install deps (frontend):
```bash
npm install
npm run dev