Jiseoup/showmycodePublic
EN|KO
  • Code
  • Commits
  • Pull Requests
← Back to list
Merged

chore: add CI workflow and GitHub issue/PR templates

#1
JiseoupJiseoup · Mar 31, 2026chore/ci-templates → main
chore
OverviewCommitsFiles changed

Related Issue

N/A — initial open-source infrastructure setup

Changes

  • Add GitHub Actions CI workflow (Node 20/22, lint + build)
  • Add PR template
  • Add Issue templates (bug report, feature request)

How to Verify

  1. Check .github/workflows/ci.yml triggers on push/PR to main
  2. Open a new Issue and confirm templates appear
  3. Open a new PR and confirm template is pre-filled

Checklist

  • npm run build passes
  • npm run lint passes
  • New/updated strings added to both dictionaries/ko.json and dictionaries/en.json (if applicable)
  • Tests added for new functionality (if applicable)