Skip to content

docs: Add unit test guidance to CONTRIBUTING.md - #255

Open
mrbobbytables wants to merge 1 commit into
mainfrom
docs/add-unit-test-guidance
Open

mrbobbytables wants to merge 1 commit into
mainfrom
docs/add-unit-test-guidance

Conversation

@mrbobbytables

@mrbobbytables mrbobbytables commented Sep 17, 2026

Copy link
Copy Markdown
Member

Summary

The 'Validate repository' CI gate runs 'npm run test:unit' on every PR, but contributors had no documentation of this requirement. This change adds a step to the 'Making changes' checklist to run unit tests locally before opening a PR.

Changes

  • Added step 3 to the 'Making changes' checklist in CONTRIBUTING.md to document running npm run test:unit
  • The step explains that this is the required CI check and suggests running it locally

Fixes

Fixes #254

hive: backend=copilot

🐝 Hive Agent: contributor | SHA: 5dbfd58

— hive: backend=copilot copilot=GitHub Copilot CLI 1.0.59.

The 'Validate repository' CI gate runs 'npm run test:unit' on every PR,
but contributors had no documentation of this requirement. This change
adds a step to the 'Making changes' checklist to run unit tests locally
before opening a PR, reducing failed-check round trips for new
contributors.

Fixes #254

Signed-off-by: mrbobbytables <mrbobbytables@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[guide] Contributor docs never mention unit tests — test:unit is a required PR gate (ci.yml) with zero documentation

1 participant