You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- type: dropdownid: consistencyattributes:
label: How consistent is this bug?description: Is this something that always happens, or comes and goes?options:
- Occurs consistently
- It is on and off
- It happened one or two times
- Otherdefault: 0
Linted [YAML] files with [v8r]: Found 1 error(s) - (4.97s)
- Using [v8r v2.0.0] https://megalinter.io/7.4.0/descriptors/yaml_v8r
- MegaLinter key: [YAML_V8R]
- Rules config: identified by [v8r]
- Number of files analyzed: [9]
--Error detail:
...skipping prior...
ℹ Processing ./.github/ISSUE_TEMPLATE/BUG_REPORT.yml
ℹ Found schema in https://www.schemastore.org/api/json/catalog.json ...
ℹ Validating ./.github/ISSUE_TEMPLATE/BUG_REPORT.yml against schema from https://json.schemastore.org/github-issue-forms.json ...
✖ ./.github/ISSUE_TEMPLATE/BUG_REPORT.yml is invalid
./.github/ISSUE_TEMPLATE/BUG_REPORT.yml#/body/9/attributes must NOT have additional properties
./.github/ISSUE_TEMPLATE/BUG_REPORT.yml#/body/9 must match "then" schema
ℹ Processing ./.github/ISSUE_TEMPLATE/DOCUMENTATION_REQUEST.yml
ℹ Found schema in https://www.schemastore.org/api/json/catalog.json ...
ℹ Validating ./.github/ISSUE_TEMPLATE/DOCUMENTATION_REQUEST.yml against schema from https://json.schemastore.org/github-issue-forms.json ...
✖ ./.github/ISSUE_TEMPLATE/DOCUMENTATION_REQUEST.yml is invalid
./.github/ISSUE_TEMPLATE/DOCUMENTATION_REQUEST.yml#/body/1/attributes must NOT have additional properties
./.github/ISSUE_TEMPLATE/DOCUMENTATION_REQUEST.yml#/body/1 must match "then" schema
./.github/ISSUE_TEMPLATE/DOCUMENTATION_REQUEST.yml#/body/3/attributes must NOT have additional properties
./.github/ISSUE_TEMPLATE/DOCUMENTATION_REQUEST.yml#/body/3 must match "then" schema
ℹ Processing ./.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
ℹ Found schema in https://www.schemastore.org/api/json/catalog.json ...
ℹ Validating ./.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml against schema from https://json.schemastore.org/github-issue-forms.json ...
✖ ./.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml is invalid
./.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml#/body/4/attributes must NOT have additional properties
./.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml#/body/4 must match "then" schema
ℹ Processing ./.github/ISSUE_TEMPLATE/OPERATIONAL_REQUEST.yml
ℹ Found schema in https://www.schemastore.org/api/json/catalog.json ...
ℹ Validating ./.github/ISSUE_TEMPLATE/OPERATIONAL_REQUEST.yml against schema from https://json.schemastore.org/github-issue-forms.json ...
✖ ./.github/ISSUE_TEMPLATE/OPERATIONAL_REQUEST.yml is invalid
./.github/ISSUE_TEMPLATE/OPERATIONAL_REQUEST.yml#/body/2/attributes must NOT have additional properties
./.github/ISSUE_TEMPLATE/OPERATIONAL_REQUEST.yml#/body/2 must match "then" schema
...skipping remainder...
YAML or JSON file that does not work.
No response
IDE or code editor.
Visual Studio Code
Are you making a PR for this?
No, someone else must create the PR.
The text was updated successfully, but these errors were encountered:
Area with issue?
JSON Schema
✔️ Expected Behavior
This should work:
This is valid per the GitHub documentation:
https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema#attributes-for-dropdown
❌ Actual Behavior
This fails. For example, with https://github.com/oxsecurity/megalinter running https://github.com/chris48s/v8r:
YAML or JSON file that does not work.
No response
IDE or code editor.
Visual Studio Code
Are you making a PR for this?
No, someone else must create the PR.
The text was updated successfully, but these errors were encountered: