Skip to content

Commit b0a4e7f

Browse files
natebiggsCommit Queue
authored andcommitted
Update web hot reload template.
Make the file a yaml file and change: 1) Refer to the new "Known issues" project. 2) Update the version to command to be "flutter --version" instead of "dart --version". 3) Include code sample and repro instruction inputs. Change-Id: Ia655d860cc5547097a292101a92439109916bee0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/409204 Reviewed-by: Kevin Moore <[email protected]> Commit-Queue: Nate Biggs <[email protected]>
1 parent 3f0dc30 commit b0a4e7f

File tree

2 files changed

+41
-21
lines changed

2 files changed

+41
-21
lines changed

.github/ISSUE_TEMPLATE/6_web_hot_reload.md

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Report an issue related to Dart Web Stateful Hot Reload
2+
description: |
3+
Create an issue specific to the Stateful Hot Reload feature available via the Dart web development compiler (DDC).
4+
labels: ["area-web", "web-hot-reload", "web-dev-compiler"]
5+
assignees:
6+
- nshahan
7+
- biggs0125
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
Begin by checking our [Web Hot Reload - Known Issues](https://github.com/orgs/dart-lang/projects/107/views/1) project to ensure this is not a known issue.
13+
14+
If a similar issue has not been filed yet, use this template to file a new issue with the correct labels.
15+
16+
If the issue you are experiencing presents itself in Flutter, please file an issue here in the Dart repository. We will forward any Flutter-specific issues to the Flutter repository as needed.
17+
18+
Note: Hot reload rejections are expected errors that occur when a change is made that prevents the compiler from generating valid hot reload code. If you encounter such a rejection you must either undo the change to reload or perform a full hot restart.
19+
20+
- type: textarea
21+
attributes:
22+
label: Steps to reproduce
23+
description: Please tell us how to reproduce the problem you are running into.
24+
placeholder: |
25+
1. ...
26+
2. ...
27+
3. ...
28+
- type: textarea
29+
attributes:
30+
label: Code sample
31+
description: |
32+
If possible please include the code involved in the error or a similar minimal reproduction of the issue. Please also include any previous versions of the code prior to hot reloading that may have contributed to the issue.
33+
- type: textarea
34+
attributes:
35+
label: Flutter version
36+
description: Please include the version of Flutter this issue was discovered in. If you are using a published SDK (e.g. from the main channel) please include the verison emitted by `flutter --version`. If you're using a locally built SDK, please include the git commit of your local Flutter checkout.
37+
- type: markdown
38+
attributes:
39+
value: |
40+
Thank you for helping improve hot reload on the web!
41+

0 commit comments

Comments
 (0)