Skip to content

Commit f5ad559

Browse files
committed
Issue template refinement
1 parent ac75472 commit f5ad559

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,26 @@ description: Something does not work as expected
33
title: "[Bug]"
44
labels: bug
55
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
**Note: In order to prevent drowning in unactionable bugs, maintainers will close any bugs that are not clearly actionable.**
10+
In particular, if you are having issues with your particular build environment that are not clearly root caused,
11+
please start a conversation in [Discussions](https://github.com/visgl/deck.gl/discussions) rather than opening issues.
12+
Also please start new feature proposals in the Discussions section.
613
- type: markdown
714
attributes:
815
value: |
916
Thank you for taking the time to report a bug!
1017
First, please understand this repo is called deck.gl-community because it is maintained by the community,
1118
(there are no dedicated maintainers) meaning that we mostly rely on people who report bugs to make PRs for the fixes.
1219
We are however happy to help review and land your PRs, and publish new versions with the fixes.
13-
- type: markdown
14-
attributes:
15-
value: |
16-
**Note: In order to prevent drowning in unactionable bugs, maintainers will ruthlessly close any bugs that are not clearly actionable.**
17-
In particular, if you are having general issues with your particular build environment,
18-
please start a conversation in [Discussions](https://github.com/visgl/deck.gl/discussions) rather than opening issues.
1920
- type: markdown
2021
attributes:
2122
value: |
2223
Tips: Before filing a new bug:
2324
Check [existing issues](https://github.com/visgl/deck.gl-community/issues)to avoid filing duplicate bugs.
2425
You may find answers faster by searching in [the documentation](https://deck.gl-community/search).
25-
- type: textarea
26-
attributes:
27-
label: Description
28-
description: What you're experiencing.
29-
validations:
30-
required: true
3126
- type: checkboxes
3227
id: flavor
3328
attributes:
@@ -42,6 +37,12 @@ body:
4237
- label: deck.gl-community/layers
4338
- label: deck.gl-community/react
4439
- label: deck.gl-community/react-graph-layer
40+
- type: textarea
41+
attributes:
42+
label: Description
43+
description: What you're experiencing.
44+
validations:
45+
required: true
4546
- type: textarea
4647
attributes:
4748
label: Expected Behavior

0 commit comments

Comments
 (0)