Skip to content
Merged
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
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Contributing Guidelines

## How We Build

This project is **vibe-coded only**. All contributions must be written by letting the AI vibe — no manual coding. If you wrote it yourself line by line, it doesn't belong here.

## Before Opening a PR

Vibing is the process, but shipping broken code is not the vibe. Before opening a pull request:

- **Functionally verify your changes.** Run the app, exercise the feature or fix you shipped, and confirm it actually works as expected.
- Do not open a PR if you haven't tested it hands-on. "It compiled" is not verification.

## Summary

| Rule | Requirement |
|------|-------------|
| Code authorship | Vibe-coded only |
| PR requirement | Functionally verified |
Loading