Skip to content

Commit 96d38c7

Browse files
authored
Improve the bug reporting template (#4554)
1 parent cc6968e commit 96d38c7

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/ISSUE_TEMPLATE/2-BUG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ about: The pub client is printing a stack trace or failing unexpectedly.
66

77
# Environment
88

9-
- Dart version (run `dart --version`):
9+
<!--
10+
Describe anything relevant to the issue you are seeing. Consider including:
11+
- Dart/Flutter version (run `dart --version` or `flutter --version`):
1012
- OS kind and version (e.g. "Windows 10, version 1809" or "macOS 12.4"):
13+
- In case of network issues
14+
* consider running https://github.com/dart-lang/pub-dev/blob/master/app/bin/tools/check_domain_access.dart
15+
and adding the output.
1116
- Are you using the Chinese community mirror or a corporate firewall?
1217
13-
<!--
1418
Resources:
1519
https://flutter.dev/community/china
1620
https://www.dart.dev/tools/pub/troubleshoot#pub-get-fails-from-behind-a-corporate-firewall
@@ -43,8 +47,10 @@ about: The pub client is printing a stack trace or failing unexpectedly.
4347
What actually happened?
4448
-->
4549

46-
## --trace output
50+
## `--verbose` output
4751

48-
```
49-
<copy/paste the full output>
50-
```
52+
<!--
53+
Consider attaching the full output run with `--verbose` if relevant.
54+
55+
https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/attaching-files
56+
-->

0 commit comments

Comments
 (0)