changed required checkbox (#1318)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
This commit is contained in:
ludrol 2023-06-16 17:44:47 +02:00 committed by GitHub
parent 64191f2d21
commit af7c0abdba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ body:
- label: Is this only a single bug? Do not put multiple bugs in one issue.
required: true
- label: Is this a server side (not related to the UI) issue? Use the [Lemmy back end](https://github.com/LemmyNet/lemmy) repo.
required: true
required: false
- type: textarea
id: summary
attributes:

View file

@ -19,7 +19,7 @@ body:
- label: Is this only a feature request? Do not put multiple feature requests in one issue.
required: true
- label: Is this a server side (not related to the UI) issue? Use the [Lemmy back end](https://github.com/LemmyNet/lemmy) repo.
required: true
required: false
- type: textarea
id: problem
attributes: