Skip to content
Open
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
13 changes: 13 additions & 0 deletions content/docs/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,19 @@ slug:
sanitize_replacement: "_"
```

## Issue Reports

When an error occurs in the CMS, users are presented with an option to report the issue. By default, this links to the Decap CMS GitHub repository. You can customize this URL to point to your own issue tracker using the `issue_reports` setting. If you are using a non-GitHub URL, you may want to [create a custom locale](#locale) and update the following translation key: `ui.errorBoundary.reportIt`.

**Example:**

```yaml
issue_reports:
url: https://github.com/your-org/your-repo/issues/new
# or
# url: https://example.com/contact-support
```

## Collections

*This setting is required.*
Expand Down