From fb5ffa293dd024b6fc1008610641c2164a439772 Mon Sep 17 00:00:00 2001 From: Sasha Boginsky <41092741+sashadev-sky@users.noreply.github.com> Date: Wed, 17 Apr 2019 03:05:28 -0400 Subject: [PATCH] Delete PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index d115e6a14..000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,17 +0,0 @@ -Fixes #0000 (<=== Add issue number here) - -Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks! - -* [ ] PR is descriptively titled 📑 and links the original issue above 🔗 -* [ ] tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR -- or run tests locally with `grunt` -* [ ] code is in uniquely-named feature branch and has no merge conflicts 📁 -* [ ] screenshots/GIFs are attached 📎 in case of UI updation -* [ ] @mention the original creator of the issue in a comment below for help or for a review - -> We're happy to help you get this ready -- don't be afraid to ask for help, and **don't be discouraged** if your tests fail at first! - -If tests do fail, click on the red `X` to learn why by reading the logs. - -Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software - -Thanks!