🐛 fix(_permission): required => true

This commit is contained in:
Eshan Roy
2024-12-17 14:25:37 +05:30
parent 94bb54fbc1
commit 427fb9c93c

View File

@@ -16,6 +16,7 @@ body:
label: Full URL label: Full URL
description: Be careful while you copy the link. description: Be careful while you copy the link.
placeholder: e.g https://snigdhaos.org/documentation/installation/download_snigdha_os placeholder: e.g https://snigdhaos.org/documentation/installation/download_snigdha_os
required: true
- type: dropdown - type: dropdown
attributes: attributes:
@@ -29,12 +30,14 @@ body:
- Incorrect Instructions - Incorrect Instructions
- Outdated Information - Outdated Information
- Other (please specify) - Other (please specify)
required: true
- type: textarea - type: textarea
attributes: attributes:
label: Write the correction label: Write the correction
description: It is not necessary to write here. You can directly edit the [documentation](https://github.com/Snigdha-OS/documentation/tree/master/docs) repository and create a pull request. description: It is not necessary to write here. You can directly edit the [documentation](https://github.com/Snigdha-OS/documentation/tree/master/docs) repository and create a pull request.
placeholder: e.g L10 to L12 "Write down your correction or edit the code directly." placeholder: e.g L10 to L12 "Write down your correction or edit the code directly."
required: true
- type: textarea - type: textarea
attributes: attributes:
@@ -51,6 +54,7 @@ body:
- OS: [e.g Ubuntu 20.04] - OS: [e.g Ubuntu 20.04]
- Kernel: [e.g 5.4.0-80-generic] - Kernel: [e.g 5.4.0-80-generic]
- Architecture: [e.g x86_64] - Architecture: [e.g x86_64]
required: true
- type: checkboxes - type: checkboxes
attributes: attributes:
@@ -60,12 +64,14 @@ body:
If you check this box, please send a pull request within 7 days so we can delegate this to someone else if necessary. If you check this box, please send a pull request within 7 days so we can delegate this to someone else if necessary.
options: options:
- label: I'd be willing to fix this bug myself. - label: I'd be willing to fix this bug myself.
required: true
- type: input - type: input
attributes: attributes:
label: Estimated Time to Fix label: Estimated Time to Fix
description: Please provide an estimate on how long you think it will take to fix the issue. description: Please provide an estimate on how long you think it will take to fix the issue.
placeholder: e.g 1-2 hours placeholder: e.g 1-2 hours
required: true
- type: textarea - type: textarea
attributes: attributes:
@@ -74,12 +80,14 @@ body:
If you have any additional comments or insights about the documentation issue, feel free to share. If you have any additional comments or insights about the documentation issue, feel free to share.
This can include details about possible improvements or potential fixes. This can include details about possible improvements or potential fixes.
placeholder: e.g "The page layout might be improved for clarity." placeholder: e.g "The page layout might be improved for clarity."
required: true
- type: input - type: input
attributes: attributes:
label: Your GitHub Username label: Your GitHub Username
description: If you'd like us to acknowledge your contribution, provide your GitHub username. description: If you'd like us to acknowledge your contribution, provide your GitHub username.
placeholder: e.g johndoe placeholder: e.g johndoe
required: true
- type: checkboxes - type: checkboxes
attributes: attributes:
@@ -88,14 +96,16 @@ body:
If you resolve this issue yourself by submitting a PR, kindly acknowledge the resolution. If you resolve this issue yourself by submitting a PR, kindly acknowledge the resolution.
options: options:
- label: I will submit a pull request to fix this issue. - label: I will submit a pull request to fix this issue.
required: true
- type: dropdown - type: dropdown
attributes: attributes:
label: Is This Issue Related to Translation? label: Is This Issue Related to Translation?
description: If the documentation mistake is related to translation, select "Yes" and provide details. description: If the documentation mistake is related to translation, select "Yes" and provide details.
options: options:
- label: Yes - Yes
- label: No - No
required: true
- type: textarea - type: textarea
attributes: attributes:
@@ -103,3 +113,4 @@ body:
description: | description: |
If the issue is related to translation (e.g. wrong or missing translations), please provide details and the language in which the translation error occurred. If the issue is related to translation (e.g. wrong or missing translations), please provide details and the language in which the translation error occurred.
placeholder: e.g "In Spanish translation, the word 'install' is missing from the instructions on page X." placeholder: e.g "In Spanish translation, the word 'install' is missing from the instructions on page X."
required: true