From dab7d35e02c32383d3c0cc92873acbee4f795ba0 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 3 Mar 2019 12:14:49 +0100 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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..24b5cfb --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +1. Please DO NOT open pull request on the **master** branch. Use the **develop** branch instead! +2. Explain your changes as much as possible +3. If possible, use a well understanding title and use labels ! (e.g: "[Bug] Google Captcha", "[Feature] Footprinting on Bing") + +Thank you for contributing ! :tada: