From fe0be8aa59ca25dbd3dc9626aba4f9f2671eaf35 Mon Sep 17 00:00:00 2001 From: mishraprafful Date: Thu, 2 Apr 2026 09:30:28 +0200 Subject: [PATCH] Add contribution guidelines Co-Authored-By: Claude Sonnet 4.6 --- CONTRIBUTING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..b874910 --- /dev/null +++ b/CONTRIBUTING.md @@ -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 |