docs: add .github/ISSUE_TEMPLATE/pinpoint.md codifying gaebal-gajae filing format

This commit is contained in:
YeonGyu-Kim
2026-04-26 20:01:53 +09:00
parent a56ad6ae2f
commit 16402954ee
2 changed files with 46 additions and 0 deletions

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View 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
View 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