Add PR template and update gitignore

This commit is contained in:
Igor Karpovich 2025-12-08 07:36:19 +00:00
commit ef9bb50a0b
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