Skip to content

Commit ac75472

Browse files
committed
Issue template refinement
1 parent aac1ef4 commit ac75472

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,17 @@ body:
1010
First, please understand this repo is called deck.gl-community because it is maintained by the community,
1111
(there are no dedicated maintainers) meaning that we mostly rely on people who report bugs to make PRs for the fixes.
1212
We are however happy to help review and land your PRs, and publish new versions with the fixes.
13-
In order to prevent drowning in unactionable bugs, maintainers will ruthlessly close any bugs that are not clearly defined.
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.**
1417
In particular, if you are having general issues with your particular build environment,
1518
please start a conversation in [Discussions](https://github.com/visgl/deck.gl/discussions) rather than opening issues.
16-
Also check [existing issues](https://github.com/visgl/deck.gl-community/issues)to avoid filing duplicate bugs.
19+
- type: markdown
20+
attributes:
21+
value: |
22+
Tips: Before filing a new bug:
23+
Check [existing issues](https://github.com/visgl/deck.gl-community/issues)to avoid filing duplicate bugs.
1724
You may find answers faster by searching in [the documentation](https://deck.gl-community/search).
1825
- type: textarea
1926
attributes:

0 commit comments

Comments
 (0)