Description
Difficulty: Hard
Type: Documentation
Summary
Create a failing CI resolution workflow for AnchorKit.
Current Behaviour
Contributors may leave PRs with failing checks and still assume the work is complete.
Expected Behaviour
The repo should explain how contributors should reproduce CI failures locally, fix them, and confirm checks before review.
Suggested Implementation
Document common CI failures, local commands, retry guidance, and maintainer expectations.
Files or Areas Likely Affected
- docs/
- README.md
- .github/
- packages/
- apps/
- examples/
- tests/
Acceptance Criteria
Additional Notes
This directly addresses PRs where tests exist but CI is failing.
Description
Difficulty: Hard
Type: Documentation
Summary
Create a failing CI resolution workflow for AnchorKit.
Current Behaviour
Contributors may leave PRs with failing checks and still assume the work is complete.
Expected Behaviour
The repo should explain how contributors should reproduce CI failures locally, fix them, and confirm checks before review.
Suggested Implementation
Document common CI failures, local commands, retry guidance, and maintainer expectations.
Files or Areas Likely Affected
Acceptance Criteria
Additional Notes
This directly addresses PRs where tests exist but CI is failing.