You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 months ago
..
template.go Support setting the `default` attribute of the issue template dropdown field (#31045) 8 months ago
template_test.go Support setting the `default` attribute of the issue template dropdown field (#31045) 8 months ago
unmarshal.go Extend issue template yaml engine (#29274) 11 months ago