Skip to content
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

Update content bug template to correspond to page report template #14745

Merged
merged 1 commit into from
Apr 7, 2022
Merged
Show file tree
Hide file tree
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
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/content-bug.md

This file was deleted.

55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/content-bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: "Content issue"
description: Report a problem with content on MDN.
labels: ["needs triage"]
body:
- type: markdown
attributes:
value: |
### Before you start

**Want to change a page yourself?** This content is open source!
↩ Look for the _Edit on GitHub_ link on any MDN page.

**Is your issue about a browser compatibility table?**
↩ Use the _Report problems with this compatibility data on GitHub_ link next to a compatibility table.

**Need help with a browser?**
🙋 To get help with [Firefox](https://support.mozilla.org/en-US/kb/file-bug-report-or-feature-request-mozilla), [Chrome](https://support.google.com/chrome/answer/95315?hl=en-GB&ref_topic=7439544), [Safari](https://www.apple.com/feedback/safari.html), or another browser, check the browser's support site.

---
- type: input
id: mdn-url
attributes:
label: MDN URL
description: The link to the page this issue is about or, if it's about multiple pages, an example or most important page.
validations:
required: true
# -- BEGIN fields that correspond to `page-report.yml` —-
# If you edit these fields, edit them in both files!
- type: input
id: section
attributes:
label: What specific section or headline is this issue about?
- type: textarea
id: problem
attributes:
label: What information was incorrect, unhelpful, or incomplete?
validations:
required: true
- type: textarea
id: expected
attributes:
label: What did you expect to see?
validations:
required: true
- type: textarea
id: references
attributes:
label: Do you have any supporting links, references, or citations?
description: Link to information that helps us confirm your issue.
- type: textarea
id: more-info
attributes:
label: Do you have anything more you want to share?
description: For example, steps to reproduce a bug, screenshots, screen recordings, or sample code
# -- END fields that correspond to `page-report.yml` —-
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/page-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ body:
description: Set automatically. Do not modify.
validations:
required: true
# -- BEGIN fields that correspond to `content-bug.yml` —-
# If you edit these fields, edit them in both files!
- type: input
id: section
attributes:
Expand All @@ -50,6 +52,7 @@ body:
attributes:
label: Do you have anything more you want to share?
description: For example, steps to reproduce a bug, screenshots, screen recordings, or sample code
# -- END fields that correspond to `content-bug.yml` —-
- type: markdown
attributes:
value: |
Expand Down