mirror of https://github.com/LemmyNet/lemmy.git
Reversed requirement question logic (#3283)
* Reversed requirement question logic * Changed required state to 'true'remove-docker-networks
parent
9537878519
commit
aea5f6a38b
|
@ -20,8 +20,8 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- label: Is this only a single bug? Do not put multiple bugs in one issue.
|
- label: Is this only a single bug? Do not put multiple bugs in one issue.
|
||||||
required: true
|
required: true
|
||||||
- label: Is this a UI / front end issue? Use the [lemmy-ui](https://github.com/LemmyNet/lemmy-ui) repo.
|
- label: Is this a backend issue? Use the [lemmy-ui](https://github.com/LemmyNet/lemmy-ui) repo for UI / frontend issues.
|
||||||
required: false
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: summary
|
id: summary
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -18,8 +18,8 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- label: Is this only a feature request? Do not put multiple feature requests in one issue.
|
- label: Is this only a feature request? Do not put multiple feature requests in one issue.
|
||||||
required: true
|
required: true
|
||||||
- label: Is this a UI / front end issue? Use the [lemmy-ui](https://github.com/LemmyNet/lemmy-ui) repo.
|
- label: Is this a backend issue? Use the [lemmy-ui](https://github.com/LemmyNet/lemmy-ui) repo for UI / frontend issues.
|
||||||
required: false
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in New Issue