| name: "Data problem" |
| title: "<NAME THE FEATURE> - <SUMMARIZE THE PROBLEM>" |
| description: Report incorrect, incomplete, or missing data |
| labels: ["needs triage"] |
| body: |
| - type: markdown |
| attributes: |
| value: | |
| ### Before you start |
| |
| **Are you looking for development help?** |
| ↩ Please note that we cannot provide assistance on web development. We recommend asking around on a dedicated help forum like StackOverflow. |
| |
| **Is your issue about content on an MDN page besides the compatibility table?** |
| ↩ Use the _Report a problem with this content on GitHub_ link at the bottom of the page. |
| |
| **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. |
| |
| ### Issue etiquette |
| |
| When opening an issue, please: |
| - Follow the project's [Code of Conduct](https://github.com/mdn/browser-compat-data/blob/main/CODE_OF_CONDUCT.md) as well as the [GitHub Community Guidelines](https://docs.github.com/en/site-policy/github-terms/github-community-guidelines). Failure to comply may result in exclusion from MDN Web Docs and/or GitHub. |
| - Check for an [existing issue](https://github.com/mdn/browser-compat-data/issues) first. If someone else has opened an issue describing the same problem, please upvote their issue rather than creating another one. |
| - Keep issues relevant to the project. Irrelevant issues will be automatically closed and marked as spam, and repeated offenses may result in exclusion from MDN Web Docs. |
| - Provide as much detail as possible. The more detail you are able to provide, the better! |
| - Please make sure that any code samples provided are short, easy to read, and written in pure JavaScript. Please avoid writing code examples in TypeScript, CoffeeScript or any other JavaScript variation that requires compilation. |
| - Write issues primarily in English. While translation tools are available, we will be able to provide better assistance with pre-translated content. You are more than welcome to include a version of the issue body in your preferred language alongside the English version. |
| |
| --- |
| - type: dropdown |
| id: type |
| attributes: |
| label: What type of issue is this? |
| options: |
| - 'Incorrect support data (example: BrowserX says "86" but support was added in "40")' |
| - Browser bug (a bug with a feature that may impact site compatibility) |
| - Missing compatibility data |
| - Missing specification link (no spec_url property) |
| - Other |
| validations: |
| required: true |
| - type: textarea |
| id: problem |
| attributes: |
| label: What information was incorrect, unhelpful, or incomplete? |
| validations: |
| required: true |
| - type: dropdown |
| id: browsers |
| attributes: |
| label: What browsers does this problem apply to, if applicable? |
| multiple: true |
| options: |
| - Chromium (Chrome, Edge 79+, Opera, Samsung Internet) |
| - Firefox |
| - Legacy Edge (12-18) |
| - Safari |
| - Node.js |
| - Deno |
| - type: textarea |
| id: expected |
| attributes: |
| label: What did you expect to see? |
| validations: |
| required: true |
| - type: textarea |
| id: tested |
| attributes: |
| label: Did you test this? If so, how? |
| validations: |
| required: true |
| - type: textarea |
| id: references |
| attributes: |
| label: Can you link to any release notes, bugs, pull requests, or MDN pages related to this? |
| 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, screenshots, screen recordings, or sample code |
| - type: markdown |
| attributes: |
| value: | |
| --- |
| You're finished! The following fields are prefilled and should not be modified. Please click **Submit new issue**. |
| - type: input |
| id: mdn-url |
| attributes: |
| label: MDN URL |
| description: Set automatically. Do not modify. |
| - type: textarea |
| id: metadata |
| attributes: |
| label: MDN metadata |
| description: Set automatically. Do not modify. |