From afc0832c5b4a3ff5a07a725e4ea9b8f1d681c05b Mon Sep 17 00:00:00 2001 From: Aditya Kumar Date: Mon, 25 Nov 2024 22:46:58 +0530 Subject: [PATCH] Add pull request template to standardize submissions [no ci] --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..eb6e848 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +- [ ] I ran `npm run all` before opening this PR + +## Description + + + +