docs: add community health files (CONTRIBUTING, COC, issue templates)#8
Conversation
Salvaged from the wip-branding working branch before retiring it: a focused CONTRIBUTING guide tied to the project principles, a short Code of Conduct, and bug/feature/demo issue templates. Fills out GitHub's Community Standards.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 989349e918
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ```bash | ||
| npm install | ||
| npm run build | ||
| npm run test |
There was a problem hiding this comment.
Document E2E prerequisites before running tests
In a fresh checkout this setup stops at npm run test: package.json maps that to vitest run, so it also runs the E2E specs (test/record.e2e.test.ts and test/generate.e2e.test.ts) that require Chromium plus ffmpeg/ffprobe, and the README already calls out those prerequisites for npm run test:e2e. Please either use the fast test target here or add the Playwright/ffmpeg setup step before asking new contributors to run the full suite.
Useful? React with 👍 / 👎.
Salvages the genuinely useful community-health files from the old
wip-brandingbranch (the rest was exploratory banner art, dropped):CONTRIBUTING.md— local setup, good-first-tasks, PR checklist, project principlesCODE_OF_CONDUCT.md— short, plain.github/ISSUE_TEMPLATE/— bug_report, feature_request, demo_requestCompletes GitHub's Community Standards checklist. Docs-only, no code.