Make “debuggability” field required (#1408)

Issue: #1372
This commit is contained in:
Mathias Bynens 2021-07-14 19:15:30 +02:00 коммит произвёл GitHub
Родитель 292af9e55f
Коммит 0f342016e2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -506,7 +506,7 @@ ALL_FIELDS = {
'the Request for Deprecation Trial email thread.')),
'debuggability': forms.CharField(
label='Debuggability', required=False,
label='Debuggability', required=True,
widget=forms.Textarea(attrs={'cols': 50, 'maxlength': 1480}),
help_text=
('Description of the DevTools debugging support for your feature. '