diff --git a/content/docs/configuration-options.md b/content/docs/configuration-options.md index be4465c..df9e2fe 100644 --- a/content/docs/configuration-options.md +++ b/content/docs/configuration-options.md @@ -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.*