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

chore: add CI workflow and GitHub issue/PR templates

#1
JiseoupJiseoup · 2026년 3월 31일chore/ci-templates → main
chore
개요커밋변경된 파일

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)