mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-12-14 08:37:28 -06:00
Merge pull request #1 from ikarpovich/chore/repo-setup
Add PR template and update gitignore
This commit is contained in:
commit
7e26a35885
2 changed files with 17 additions and 0 deletions
9
.github/pull_request_template.md
vendored
Normal file
9
.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
## Summary
|
||||
|
||||
|
||||
## Changes
|
||||
-
|
||||
|
||||
## Testing
|
||||
- [ ] Build passes
|
||||
- [ ] Lint passes
|
||||
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -1,2 +1,10 @@
|
|||
dist
|
||||
node_modules
|
||||
.vscode
|
||||
.env
|
||||
.DS_Store
|
||||
.idea
|
||||
*.log
|
||||
.tmp
|
||||
.claude/
|
||||
CLAUDE.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue