Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ _Describe what actually happened instead_.

### Additional Information

_Feel free to attach a screenshot_.
**Screenshots:**
<!-- Screenshots of the following are very helpful: -->
<!-- 1) Browser state when you encounter the issue -->
<!-- 2) Chrome dev-tools "Network" tab (what requests failed during local dev) -->

**Logs:**
<!-- Any logs from the browser and the local dev server when the issue occurs -->

### System Information

Expand All @@ -43,3 +49,12 @@ PASTE_SF_VERSION_OUTPUT_HERE
```

**OS:**

**Experience Sites Only:**
<!-- If you are running an experience site locally, paste the contents of .localdev/${sitename}/app/site/.metadata/runtime-info.json below -->

```json
PASTE_runtime-info.json_HERE
```