From fe0146e9388709f02d25240519a81a0e553c85b3 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Tue, 3 Mar 2020 19:16:29 +0000 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 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..594fcd9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +```` +🙌 Thanks for contributing 🙌 + +Jut briefly describe what you've added/ modified, and why, then delete these guidelines 🙂 + +If you are adding to the software list, ensure that: +- It is open source or results of an independent audited have been published +- You have used the application or service personally, and would recommend +- You've done a quick search to ensure there are no majour or current vulnerabilities +- You've include a link to project page for download or use, and if applicable the repository +- If you are adding your own project or your companies product, mention this in the PR description +```` +^^ Delete the Above 😉