Closed
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct.
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
When trialling out the .yaml
issue form templates, I came across the following error:
As you can see, it states that: body[0]: id is not a permitted attribute.
Yet here: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema#attributes-4, id
is explicitly an allowed attribute. If I move the ID to the type/attributes
level of the checkboxes
entry I get:
The same also happens on dropdown
types:
I would assume the same is for all types that have id
listed as an attribute.
Additional information
I'd be happy to raise a PR to change the docs, but I'm not sure if the docs are right and the implementation is wrong, or the implementation is right and the docs are wrong 😄