From 2b8a1d194be7696a833d3ce1199a833b5ef76947 Mon Sep 17 00:00:00 2001 From: Rodri Date: Thu, 8 Aug 2024 10:23:12 +0100 Subject: [PATCH] Update issue templates --- .../\360\237\220\233-bug-report.md" | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 ".github/ISSUE_TEMPLATE/\360\237\220\233-bug-report.md" diff --git "a/.github/ISSUE_TEMPLATE/\360\237\220\233-bug-report.md" "b/.github/ISSUE_TEMPLATE/\360\237\220\233-bug-report.md" new file mode 100644 index 0000000..db5bdba --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\360\237\220\233-bug-report.md" @@ -0,0 +1,43 @@ +--- +name: "\U0001F41B Bug Report" +about: "Bugs, missing documentation, or unexpected behaviour \U0001F914." +title: '' +labels: bug +assignees: '' + +--- + + + +- `three` version: +- `@react-three/fiber` version: +- `react-three-map` version: +- `node` version: +- `npm` (or `yarn`) version: + +### Problem description: + + + +### Relevant code: + + + +```js +let your = (code, tell) => `the ${story}` +``` + +### Suggested solution: + +