From 886b2ba2d9f240a18bd25a0ca84d0b68ae8018b1 Mon Sep 17 00:00:00 2001 From: Paul Le Cam Date: Sat, 26 May 2018 16:28:30 +0100 Subject: [PATCH] Remove previous issue template --- .github/ISSUE_TEMPLATE/custom.md | 7 ------- ISSUE_TEMPLATE.md | 28 ---------------------------- 2 files changed, 35 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/custom.md delete mode 100644 ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 99bb9a00..00000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Custom issue template -about: Describe this issue template's purpose here. - ---- - - diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 6d545363..00000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,28 +0,0 @@ -**Before** opening an issue, make sure to read the -[contributing guide](https://github.com/PaulLeCam/react-leaflet/blob/master/CONTRIBUTING.md) -and understand this is a bug tracker, not a support platform. - -Please make sure to check the following boxes before submitting an issue.\ -**Issues opened without using this template will be closed unless they have a good -reason not to follow this template.** - -* [ ] All peer dependencies are installed: React, ReactDOM and Leaflet. -* [ ] Using a supported version of React and ReactDOM (v15.x or v16.x). -* [ ] Using the supported version of Leaflet (v1.3.x) and its corresponding CSS file is loaded. -* [ ] Using the [latest stable version of React-Leaflet](https://github.com/PaulLeCam/react-leaflet/releases). -* [ ] The issue has not already been reported. -* [ ] Make sure you have followed the [quick start guide](http://leafletjs.com/examples/quick-start.html) for Leaflet. -* [ ] Make sure you have fully read the [documentation](https://react-leaflet.js.org/docs/en/intro.html) and that you understand the [limitations](https://react-leaflet.js.org/docs/en/intro.html#limitations). - -### Expected behavior - -Please describe. - -### Actual behavior - -Please describe. - -### Steps to reproduce - -Please provide the simplest example possible to reproduce the issue, based on -[this CodePen](https://codepen.io/PaulLeCam/pen/XVPmmj).