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
I think it'd be beneficial to add some more metadata for plugins rather than just name and description, so plugin authors can provide useful information like issue reporting links, repository links, and just... being able to credit themselves without having their name in the plugin name or description. Metadata provided in a top-level [gauntlet] definition that isn't defined in children [[entrypoint]] definitions should be inherited from the parent.
Proposals:
Note: None of these should be required/mandatory, just optional metadata.
I think it'd be beneficial to add some more metadata for plugins rather than just
name
anddescription
, so plugin authors can provide useful information like issue reporting links, repository links, and just... being able to credit themselves without having their name in the plugin name or description. Metadata provided in a top-level[gauntlet]
definition that isn't defined in children[[entrypoint]]
definitions should be inherited from the parent.Proposals:
Note: None of these should be required/mandatory, just optional metadata.
authors = [{"name":"cswimr", "url": "https://github.com/cswimr"}]
authors = ["cswimr"]
Author: [name](url)
(assuming markdown formatting), orAuthors: [name](url), [name](url)
Repository: url
Issues: url
, or alternatively, as a "report issue" button if presentThe text was updated successfully, but these errors were encountered: