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