From 352b7fa7d5d0d0b41f034fe2c7ce0553eb05c1f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Velarde?= Date: Fri, 26 Feb 2021 19:52:03 +0100 Subject: [PATCH] Add issue template (#1371) --- .github/ISSUE_TEMPLATE/bug-report.md | 30 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 2 files changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..a4b45c88 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,30 @@ +--- +name: Bug Report +about: Anything that does not work as expected is a bug, including code, docs and tests. +title: '' +labels: bug +assignees: '' +--- + +#### Description + + + +#### Repro Steps + + + + +#### Environment (please complete the following information): + +- Library Version: [e.g. react-map-gl 6.1.10] +- Mapbox Version: [e.g. mapbox-gl 2.1.1] +- React Version: [e.g. react 17.0.1] +- Browser Version: [e.g. Chrome 88.0] +- OS: [e.g. Mac OS X 11.2] + +#### Logs + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..5d1cb589 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: I have a question / I need help + url: https://github.com/visgl/react-map-gl/discussions + about: Ask generic questions or request help here