Merge pull request #1 from ikarpovich/chore/repo-setup

Add PR template and update gitignore
This commit is contained in:
Igor Karpovich 2025-12-08 07:37:42 +00:00 committed by GitHub
commit 7e26a35885
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 0 deletions

9
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,9 @@
## Summary
## Changes
-
## Testing
- [ ] Build passes
- [ ] Lint passes

8
.gitignore vendored
View file

@ -1,2 +1,10 @@
dist
node_modules
.vscode
.env
.DS_Store
.idea
*.log
.tmp
.claude/
CLAUDE.md