From 69d293db0814268c45c0bee26a65d5850bb379ba Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 28 Apr 2016 15:06:36 +0530 Subject: [PATCH] [removed] issue/pull request template --- .github/ISSUE_TEMPLATE.md | 29 ----------------------------- .github/PULL_REQUEST_TEMPLATE.md | 14 -------------- 2 files changed, 43 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index fdc30d25aa5..00000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,29 +0,0 @@ -### Issue Description - -Description... - ---- - -### Checklist - -- [ ] This is a bug report / feature request and not just a problem I am facing. - (Go to https://discuss.erpnext.com for help) -- [ ] I have searched https://github.com/frappe/erpnext/issues and didn't find a similar issue -- [ ] I have mentioned steps to reproduce the issue -- [ ] I have added screenshots / video / mockups -- [ ] I have not edited the code of Frappe and ERPNext -- [ ] I have mentioned a python error traceback or javascript error [optional] - ---- - -### Specs - -- ERPNext version: -- Frappe version: -- Operating System: -- Browser: -- Language: - ---- - -> **Note:** If you are reporting a security issue, please send a private email to diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index abb0e236854..00000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,14 +0,0 @@ -### Pull Request Description - -Describe your pull request here with screenshots. Optionally, link the issue that this pull request fixes. - ---- - -### Checklist - -- [ ] Documentation -- [ ] Front-end Testing -- [ ] Test Cases -- [ ] Blog Post / Help -- [ ] Awesome! We are good for merging. -