diff --git a/.gitignore b/.gitignore index d271ef0..e3f4ef7 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ */build # misc +.env .DS_Store .env.local .env.development.local @@ -21,3 +22,4 @@ npm-debug.log* yarn-debug.log* yarn-error.log* +logs \ No newline at end of file diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..332cfeb --- /dev/null +++ b/pull_request_template.md @@ -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 +