From 7690c63da7a70902294c9d26732c4e086730456d Mon Sep 17 00:00:00 2001 From: Devin Jaggernauth Date: Sat, 9 Jul 2022 13:36:09 -0400 Subject: [PATCH] PR template --- .gitignore | 2 ++ pull_request_template.md | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 pull_request_template.md 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 +