gitea/modules/issue/template
Zettat123 7ab0988af1
Support setting the `default` attribute of the issue template dropdown field (#31045)
Fix #31044

According to [GitHub issue template
documentation](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema#attributes-for-dropdown),
the `default` attribute can be used to specify the preselected option
for a dropdown field.
2024-05-23 13:01:02 +00:00
..
template.go Support setting the `default` attribute of the issue template dropdown field (#31045) 2024-05-23 13:01:02 +00:00
template_test.go Support setting the `default` attribute of the issue template dropdown field (#31045) 2024-05-23 13:01:02 +00:00
unmarshal.go Extend issue template yaml engine (#29274) 2024-03-04 01:37:00 +01:00