Jiseoup/showmycodePublic
EN|KO
  • 코드
  • 커밋
  • 풀 리퀘스트
← 목록으로

chore: simplify PR and issue templates

JiseoupJiseoup · 2026년 6월 10일abef214

변경된 파일3개+21 -37

변경된 파일

+21 -37 · 3개

@@ -1,35 +1,28 @@
---
name: Bug Report
about: Report a bug to help us improve
-title: "fix: "
-labels: bug
+title: ""
+labels: fix
---
## Description
-<!-- A clear description of the bug -->
+<!-- A clear and concise description of the bug. -->
## Steps to Reproduce
1.
2.
-3.
-## Expected Behavior
+## Expected vs Actual
-<!-- What should happen -->
+<!-- What you expected to happen, and what actually happened. -->
-## Actual Behavior
+## Screenshots
-<!-- What actually happens -->
+<!-- If applicable, add screenshots to help explain the problem. -->
## Environment
-- OS:
- Browser:
-- Node.js version:
-- showmycode version/commit:
-
-## Screenshots
-
-<!-- If applicable -->
+- OS:
@@ -1,22 +1,18 @@
---
name: Feature Request
about: Suggest a new feature or improvement
-title: "feat: "
-labels: enhancement
+title: ""
+labels: feat
---
## Problem
-<!-- What problem does this solve? -->
+<!-- What problem does this solve? Why is it needed? -->
## Proposed Solution
-<!-- How should it work? -->
+<!-- How should it work? Include mockups or examples if possible. -->
## Alternatives Considered
-<!-- Any other approaches you've thought about? -->
-
-## Additional Context
-
-<!-- Mockups, examples, references, etc. -->
+<!-- Any other approaches you've thought about? Skip if none. -->
@@ -1,24 +1,19 @@
-## Related Issue
-
-Closes #
+## What & Why
-## Changes
+<!-- What changed and why? Keep it brief — details belong in the code. -->
-<!-- What changed and why? -->
+## Related Issue
--
+<!-- Link the issue this PR addresses. Use "Closes #123" to auto-close on merge. -->
## How to Verify
-<!-- Steps to test this PR -->
+<!-- Steps a reviewer can follow to confirm the change works. -->
1.
## Checklist
-- [ ] `npm run format:check` passes
-- [ ] `npm run lint` passes
-- [ ] `npm run typecheck` passes
-- [ ] `npm run build` passes
-- [ ] PR title follows Conventional Commits (`feat:`, `fix:`, `chore:`, `refactor:`, `docs:`, `i18n:`)
-- [ ] New/updated strings added to both `locales/ko.json` and `locales/en.json` (if applicable)
+- [ ] PR title follows [Conventional Commits](https://www.conventionalcommits.org/) (`feat:`, `fix:`, `chore:`, `refactor:`, `docs:`, `i18n:`)
+- [ ] Translations added to both `locales/ko.json` and `locales/en.json` (if UI text changed)
+- [ ] Tested on mobile viewport (if UI changed)