Was fehlt ohne openclaw contributing guide
Abgelehnte PRs wegen fehlender Tests. Falsches Commit-Format. Übersprungener Issue-First-Prozess.
→
Akzeptierter erster PR × dokumentierter Contributor-Prozess ÷ 15-Minuten-Lektüre ÷ keine Ablehnungszyklen = zusammengeführter Beitrag.
Sicherheitscheck — openclaw contributing guide
Datenschutz-Score: 7/10 — greift nur auf verbundene Plattform-APIs zu.
Absichern: OAuth-Berechtigungen vor der Installation prüfen, N/A — documentation only-Kompatibilität bestätigen.
Schnellstart — openclaw contributing guide in 15 minutes to read
Einrichtungszeit: 15 minutes to read
!
Du brauchst:
- Git
- GitHub account
- Node.js ≥18 for code contributions
Paket installieren:
# Development setup:
git clone https://github.com/openclaw/openclaw
cd openclaw && npm install
npm test
1
Read CONTRIBUTING.md in full
2
Find or file an issue for your contribution
5
Write code and tests following the style guide
6
Open a PR referencing the issue
Kompatibilität & Status
Kompatibel mit: N/A — documentation only
beginner
Zuletzt aktualisiert: Okt. 2025
MIT
Offizielle Dokumentation →
Auf GitHub ansehen →
FAQ — openclaw contributing guide
Do I need to file an issue before opening a PR?
Yes for anything non-trivial. Small fixes (typos, docs) can go direct PR.
How long does PR review take?
The maintainers aim for first response within 5 business days.
Is there a contributor covenant or code of conduct?
Yes — linked from CONTRIBUTING.md.
Jeder PR, der CONTRIBUTING.md ignoriert, bekommt mehr Revisionszyklen.
Lies es vor dem ersten Commit zu main.
Auf GitHub ansehen →