Skip to content

Commit 809b895

Browse files
authored
chore: update bug template to add more detailed information [skip ci] (#179)
1 parent f67c035 commit 809b895

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ _Describe what actually happened instead_.
3030

3131
### Additional Information
3232

33-
_Feel free to attach a screenshot_.
33+
**Screenshots:**
34+
<!-- Screenshots of the following are very helpful: -->
35+
<!-- 1) Browser state when you encounter the issue -->
36+
<!-- 2) Chrome dev-tools "Network" tab (what requests failed during local dev) -->
37+
38+
**Logs:**
39+
<!-- Any logs from the browser and the local dev server when the issue occurs -->
3440

3541
### System Information
3642

@@ -43,3 +49,12 @@ PASTE_SF_VERSION_OUTPUT_HERE
4349
```
4450

4551
**OS:**
52+
53+
**Experience Sites Only:**
54+
<!-- If you are running an experience site locally, paste the contents of .localdev/${sitename}/app/site/.metadata/runtime-info.json below -->
55+
56+
```json
57+
PASTE_runtime-info.json_HERE
58+
```
59+
60+

0 commit comments

Comments
 (0)