Add GitHub issue and PR templates#423
Merged
Merged
Conversation
Contributor
Coverage Report
File CoverageNo changed files found. |
hojinzs
approved these changes
Jul 2, 2026
hojinzs
left a comment
Owner
There was a problem hiding this comment.
Watchdog review result: approve.
Evidence bundle: https://evidence-browser.dev0.daniworks.kr/w/github-symphony/b/20260702-0449-project14-pr423-attempt1
Scope reviewed:
- Added GitHub issue templates and PR template only.
- Verified templates capture environment,
gh-symphony doctor --json, andgh-symphony doctor --bundlediagnostics requested by #391.
Smoke tests run:
git diff --check origin/main...HEAD— passedpnpm exec prettier --checkon changed template files — passed- YAML parse/basic GitHub issue-form structural validation — passed
Blocking findings: none.
Note: Claude Code review was attempted in read/test-only mode but failed authentication (401), so this approval is based on watchdog inspection plus the smoke tests above.
5774a33 to
bb086c2
Compare
…feat/391-github-templates # Conflicts: # .github/ISSUE_TEMPLATE/bug_report.yml # .github/ISSUE_TEMPLATE/config.yml # .github/ISSUE_TEMPLATE/feature_request.yml # .github/PULL_REQUEST_TEMPLATE.md
bb086c2 to
d92d844
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issues — Closed #391
doctor --bundle#391TL;DR
변경 지점 다이어그램
여기부터 보세요
.github/ISSUE_TEMPLATE/bug_report.ymlcollects OS, Node.js version, install method, chosen runtime,gh-symphony doctor --json, andgh-symphony doctor --bundleattachment context..github/ISSUE_TEMPLATE/feature_request.ymlfollowsPROJECT_MANAGE.mdsections: Background, Proposed Changes, Affected Files, plus optional spec/reference sections..github/PULL_REQUEST_TEMPLATE.mdreflectsCONTRIBUTING.mdexpectations for linked issues, behavior/operational impact, validation commands, Changesets, follow-up work, and security hygiene.위험 & 롤백
.githubtemplate files.변경 파일
.github/ISSUE_TEMPLATE/bug_report.yml.github/ISSUE_TEMPLATE/feature_request.yml.github/ISSUE_TEMPLATE/config.yml.github/PULL_REQUEST_TEMPLATE.mdEvidence
ruby -e 'require "yaml"; ARGV.each { |f| YAML.load_file(f); puts "ok #{f}" }' .github/ISSUE_TEMPLATE/bug_report.yml .github/ISSUE_TEMPLATE/feature_request.yml .github/ISSUE_TEMPLATE/config.yml— passedpnpm exec prettier --check .github/ISSUE_TEMPLATE/bug_report.yml .github/ISSUE_TEMPLATE/feature_request.yml .github/ISSUE_TEMPLATE/config.yml .github/PULL_REQUEST_TEMPLATE.md— passedpnpm lint— passedpnpm test— passedpnpm typecheck— passedpnpm build— passedpnpm format— failed on pre-existing repository-wide formatting drift, including many files outside this PR; targeted changed files pass Prettier.머지 후/사람 확인