mirror of
https://github.com/ultraworkers/claw-code.git
synced 2026-04-27 23:28:09 +08:00
docs: add .github/ISSUE_TEMPLATE/pinpoint.md codifying gaebal-gajae filing format
This commit is contained in:
parent
a56ad6ae2f
commit
16402954ee
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
blank_issues_enabled: true
|
||||||
|
contact_links:
|
||||||
|
- name: How to file a pinpoint
|
||||||
|
url: https://github.com/ultraworkers/claw-code/blob/main/CONTRIBUTING.md#filing-a-roadmap-pinpoint
|
||||||
|
about: Read the pinpoint format guide before filing
|
||||||
41
.github/ISSUE_TEMPLATE/pinpoint.md
vendored
Normal file
41
.github/ISSUE_TEMPLATE/pinpoint.md
vendored
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
---
|
||||||
|
name: Pinpoint
|
||||||
|
about: File a concrete clawability gap with code evidence
|
||||||
|
title: '[Pinpoint #XXX] '
|
||||||
|
labels: [pinpoint]
|
||||||
|
---
|
||||||
|
|
||||||
|
## Exact pinpoint
|
||||||
|
|
||||||
|
<!-- One-line statement: what is wrong or missing, stated crisply. -->
|
||||||
|
|
||||||
|
## Live evidence
|
||||||
|
|
||||||
|
<!-- File:line refs, code paths, command output that reproduces the gap. -->
|
||||||
|
|
||||||
|
```
|
||||||
|
# paste evidence here
|
||||||
|
```
|
||||||
|
|
||||||
|
## Why distinct
|
||||||
|
|
||||||
|
<!-- Why this isn't already covered by an adjacent pinpoint. Cluster context if relevant. -->
|
||||||
|
|
||||||
|
## Concrete delta landed
|
||||||
|
|
||||||
|
<!-- Commit sha + push status once fixed. Leave blank until resolved. -->
|
||||||
|
|
||||||
|
- commit:
|
||||||
|
- push: local==origin==fork ✅ / ⏳ pending
|
||||||
|
|
||||||
|
## Fix shape recorded
|
||||||
|
|
||||||
|
<!-- Defensive fix sketch — what change would close this pinpoint. -->
|
||||||
|
|
||||||
|
## Branch / parity
|
||||||
|
|
||||||
|
<!-- Branch name, HEAD sha, three-way parity status. -->
|
||||||
|
|
||||||
|
- branch:
|
||||||
|
- HEAD:
|
||||||
|
- parity: local==origin==fork ✅ / ⏳ pending
|
||||||
Loading…
x
Reference in New Issue
Block a user