Rename implementation request file extension and remove field description

This commit renames the issue template file from .yaml to .yml, to ensure consistency with existing files. It also removes the empty 'description' field from the 'plugin_api_url' entry, thereby simplifying the template configuration.
This commit is contained in:
2024-03-22 13:06:38 +01:00
parent 13a664741e
commit 571340361e
@@ -14,7 +14,6 @@ body:
id: "plugin_api_url" id: "plugin_api_url"
attributes: attributes:
label: "Link to plugin's developer API" label: "Link to plugin's developer API"
description: ""
placeholder: "Link to plugin's developer API" placeholder: "Link to plugin's developer API"
validations: validations:
required: false required: false