-
Notifications
You must be signed in to change notification settings - Fork 285
feat: add custom issue url documentation #152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -231,6 +231,17 @@ 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 following translation key: `ui.errorBoundary.reportIt`. | ||||||
|
|
||||||
| **Example:** | ||||||
|
|
||||||
| ```yaml | ||||||
| issue_reports: | ||||||
| url: https://github.com/your-org/your-repo/issues/new | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I feel like the main motivation for this option is for non-technical people, so maybe we'd like the example to be more geared towards this type of user in particular? Like this:
Suggested change
I could be wrong, let me know what you think!
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Completely agree, I've listed them both as it illustrates both use cases. |
||||||
| ``` | ||||||
|
|
||||||
| ## Collections | ||||||
|
|
||||||
| *This setting is required.* | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few casing and grammar nits here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for spotting those, these are now fixed.