-
Notifications
You must be signed in to change notification settings - Fork 29
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
Blueprint meta: Add "More Information" type field #43
Comments
what information could it provide beyond what’s in the |
Essentially I was thinking about a "More information" type field... Use caseLet's say you found a Blueprint somewhere and want to work on it. You copy the code, do some modifications, but for some reason forget where the blueprint came from (this actually happened to me) Having somewhat of a canonical link to the blueprint - where did it come from - would be a way to get back to more info on the steps provided. As blueprints grow in complexity, I'm just envisioning users wanting to know more about the steps involved. IE:
Blueprints documentationIdeally, blueprint authors would find some way to document what the steps actually do, so if someone wanted to do something similar, they wouldn't have too much trouble. Similar to the
|
That's basically an extension of the discussion we had in issue #3 🙂 |
Maybe a link: Canonical link to the blueprint design, more information, or the actual blueprint Description: A link to a GitHub repo (README), link to a raw |
Recently I was working on a Blueprint from the Gallery, and wasn't sure if I had changed the code or if something wasn't working correctly. If there was a link to more info about the blueprint, that would be helpful!
Suggesting a new meta value, name TBD. Currently the standard is lowercase..
url
link
blueprint-url
blueprint-URI
more-info
origin
The source of truth and more information about the blueprint.
The URL could link to part of a repository for more info or a raw
blueprint.json
file (for simpler blueprints)Sample
Run unit, accessibility, and theme review tests
Where
themetest.playground.wordpress.net
provides more information about what the blueprint doesThe text was updated successfully, but these errors were encountered: