| name: "Infrastructure/Linter Problem" |
| description: Report issues with infrastructure, including scripts and linters |
| labels: ["needs-triage"] |
| body: |
| - type: markdown |
| attributes: |
| value: | |
| ### 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! |
| - 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: |
| - Infrastructure issue |
| - TypeScript definition issue |
| - Linter issue |
| - Script issue |
| - Schema issue |
| - Other |
| validations: |
| required: true |
| - type: textarea |
| id: problem |
| attributes: |
| label: What is the issue? |
| validations: |
| required: true |
| - type: textarea |
| id: expected |
| attributes: |
| label: What behavior were you expecting? |
| validations: |
| required: true |
| - type: checkboxes |
| id: versions |
| attributes: |
| label: What version(s) of BCD is the issue present in? |
| description: If neither are applicable, we cannot and will not provide support. |
| options: |
| - label: The current BCD release |
| - label: The current version of the `main` branch |
| - 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! Please click **Submit new issue**. |