mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
- Add PR template with required linked issue/discussion section - Add check-linked-issue CI job that validates PR body contains a reference (#123, Closes/Fixes/Relates, GitHub URL, or CF-# ticket) - Wire into required-checks-passed gate so it blocks merge - Update CONTRIBUTING.md with the policy and motivation
18 lines
656 B
Markdown
18 lines
656 B
Markdown
## Linked issue or discussion
|
|
|
|
<!-- Every PR must link to an issue or discussion — this ensures the approach has been discussed with maintainers before implementation begins, so your work fits the project's direction and doesn't need to be reworked. -->
|
|
<!-- Replace the line below with one of: -->
|
|
<!-- Closes #<number> -->
|
|
<!-- Fixes #<number> -->
|
|
<!-- Relates to #<number> -->
|
|
<!-- Discussion: <url> -->
|
|
|
|
**Required:** <!-- CI will fail if no linked issue or discussion is found. -->
|
|
|
|
## What changed
|
|
|
|
<!-- Brief description of the changes. -->
|
|
|
|
## Test plan
|
|
|
|
<!-- How was this tested? Link to passing CI, new tests, or manual verification steps. -->
|