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
28 changes: 28 additions & 0 deletions docs/CONTRIBUTOR_CHECKLIST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# ZYRA Contributor Checklist

Use this before opening a pull request.

## Scope

- Keep the change focused on one clear improvement.
- Link the change to the relevant ZYRA, XUNIA, VA3LM, Cadence/Flow, ontology, or documentation lane.
- Preserve existing security and human-approval boundaries.

## Validate

- Run the relevant tests.
- Run TypeScript/build checks when code changes.
- Never commit credentials or tokens.
- Include a short explanation of what changed and how it was verified.

## Pull request

- Use a descriptive title.
- List changed files or modules.
- State the verification performed.
- Add screenshots for visible UI changes.
- Keep unrelated changes out of the PR.

## First contribution path

Start with documentation, tests, developer examples, or a small isolated feature. See `CONTRIBUTING.md` for the full contributor workflow.