🐛 fix(bump): rm validation

This commit is contained in:
Eshan Roy
2024-12-17 14:36:08 +05:30
parent c6c5a4e49f
commit d56c683a3a

View File

@@ -27,8 +27,7 @@ body:
label: ✅ Have you read the Contributing Guidelines? label: ✅ Have you read the Contributing Guidelines?
options: options:
- label: I have read the [Contributing Guidelines](https://snigdha-os.github.io/documentation/introduction/contributing) - label: I have read the [Contributing Guidelines](https://snigdha-os.github.io/documentation/introduction/contributing)
validations: required: true
required: true
- type: checkboxes - type: checkboxes
attributes: attributes:
@@ -38,22 +37,19 @@ body:
- label: Snigdha OS Mirror has been installed. [Install Snigdha OS Mirror top of Arch Based Linux](https://snigdha-os.github.io/blog/) - label: Snigdha OS Mirror has been installed. [Install Snigdha OS Mirror top of Arch Based Linux](https://snigdha-os.github.io/blog/)
- label: I have read the console error message carefully (if applicable). - label: I have read the console error message carefully (if applicable).
- label: I am not using a virtual machine. - label: I am not using a virtual machine.
validations: required: true
required: true
- type: input - type: input
attributes: attributes:
label: 📦 Package Name label: 📦 Package Name
description: Package Name can be found in the script pkgname= description: Package Name can be found in the script pkgname=
placeholder: e.g snigdhaos-grub-theme placeholder: e.g snigdhaos-grub-theme
validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: 📝 Description label: 📝 Description
description: A clear and concise description of what the bug is. description: A clear and concise description of what the bug is.
validations:
required: true required: true
- type: input - type: input
@@ -70,7 +66,6 @@ body:
Thanks for helping us help you! Thanks for helping us help you!
placeholder: e.g https://github.com/eshanized/snigdhaos-welcome placeholder: e.g https://github.com/eshanized/snigdhaos-welcome
validations:
required: true required: true
- type: textarea - type: textarea
@@ -82,7 +77,6 @@ body:
Step 2: Step 2:
Step 3: Step 3:
Step 4: Step 4:
validations:
required: true required: true
- type: textarea - type: textarea
@@ -91,7 +85,6 @@ body:
description: | description: |
How did you expect your project to behave? Its fine if youre not sure your understanding is correct. Write down what you thought would happen. How did you expect your project to behave? Its fine if youre not sure your understanding is correct. Write down what you thought would happen.
placeholder: Write what you thought would happen. placeholder: Write what you thought would happen.
validations:
required: true required: true
- type: textarea - type: textarea
@@ -103,7 +96,6 @@ body:
Please submit exhaustive and complete log messages (we also need the error stack-traces, not just the message). Please submit exhaustive and complete log messages (we also need the error stack-traces, not just the message).
> Please read error messages carefully: it often tells you exactly what you are doing wrong. > Please read error messages carefully: it often tells you exactly what you are doing wrong.
placeholder: Write what happened. Add full console log messages and screenshots, if applicable. placeholder: Write what happened. Add full console log messages and screenshots, if applicable.
validations:
required: true required: true
- type: textarea - type: textarea
@@ -118,7 +110,6 @@ body:
- STORAGE: [e.g SSD/HDD] - STORAGE: [e.g SSD/HDD]
- Snigdha OS Build: [e.g arctic] - Snigdha OS Build: [e.g arctic]
- Snigdha OS Version: [e.g 4.5] - Snigdha OS Version: [e.g 4.5]
validations:
required: true required: true
- type: checkboxes - type: checkboxes
@@ -129,7 +120,6 @@ body:
If you do check this box, please send a pull request within 7 days so we can still delegate this to someone else. If you do check this box, please send a pull request within 7 days so we can still delegate this to someone else.
options: options:
- label: I'd be willing to fix this bug myself. - label: I'd be willing to fix this bug myself.
validations:
required: true required: true
- type: input - type: input
@@ -137,7 +127,6 @@ body:
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
validations:
required: true required: true
- type: textarea - type: textarea
@@ -147,7 +136,6 @@ body:
If you have any additional comments or insights about the issue, feel free to share. If you have any additional comments or insights about the 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 error message could be more descriptive." placeholder: e.g "The error message could be more descriptive."
validations:
required: true required: true
- type: input - type: input
@@ -155,7 +143,6 @@ body:
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
validations:
required: true required: true
- type: checkboxes - type: checkboxes
@@ -165,7 +152,6 @@ 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.
validations:
required: true required: true
- type: dropdown - type: dropdown
@@ -175,7 +161,6 @@ body:
options: options:
- label: "Yes" - label: "Yes"
- label: "No" - label: "No"
validations:
required: true required: true
- type: textarea - type: textarea
@@ -184,5 +169,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."
validations:
required: true required: true