From b9b2bc9ace15d8d8712ae016251dd19b879a4c42 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 5 Jul 2018 10:45:48 +0530 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1b2dbc11f8..c0e186dbfd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,28 +1,2 @@ -Pull-Request - -- [ ] Have you followed the guidelines in our Contributing document? -- [ ] Have you checked to ensure there aren't other open [Pull Requests](../pulls) for the same update/change? -- [ ] Have you lint your code locally prior to submission? -- [ ] Have you successfully run tests with your changes locally? -- [ ] Does your commit message have an explanation for your changes and why you'd like us to include them? -- [ ] Docs have been added / updated -- [ ] Tests for the changes have been added (for bug fixes / features) -- [ ] Did you modify the existing test cases? If yes, why? - ---- - -What type of a PR is this? - -- [ ] Changes to Existing Features -- [ ] New Feature Submissions -- [ ] Bug Fix -- [ ] Breaking Change - ---- - -- Motivation and Context (What existing problem does the pull request solve): -- Related Issue: -- Screenshots (if applicable, remember, a picture tells a thousand words): - -**Please don't be intimidated by the long list of options you've to fill. Try to fill out as much as you can. Remember, the more the information the easier it is for us to test and get your pull request merged** :grin: +Please read the pull request checklist to make sure your changes are merged: https://github.com/frappe/erpnext/wiki/Pull-Request-Checklist