Skip to content

Commit

Permalink
PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
mentalcaries committed Jul 9, 2022
1 parent 7926eee commit 7690c63
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*/build

# misc
.env
.DS_Store
.env.local
.env.development.local
Expand All @@ -21,3 +22,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
logs
9 changes: 9 additions & 0 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Describe your changes
For this PR, I :


## Checklist before requesting a review
- [ ] I have tested my code locally and it works
- [ ] The PR is less than 200 lines of code
- [ ] I have avoided code duplication

0 comments on commit 7690c63

Please sign in to comment.