Update and fix issue templates

This commit is contained in:
JeremyStar™ 2024-05-18 16:28:10 +02:00
parent b80d387a3e
commit cd352eb73b
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
3 changed files with 10 additions and 16 deletions

View file

@ -29,10 +29,9 @@ body:
description: 'For us to understand the problem you''re having please insert the ENTIRE log file here. You must give us `DIAG` level logs (set `logger_level` in CORE''s configuration to `CoreTypes.LoggerLevel.DIAG` during initialization). **Leave this empty if you give us a reproduction project.**' description: 'For us to understand the problem you''re having please insert the ENTIRE log file here. You must give us `DIAG` level logs (set `logger_level` in CORE''s configuration to `CoreTypes.LoggerLevel.DIAG` during initialization). **Leave this empty if you give us a reproduction project.**'
placeholder: 'Your log file here...' placeholder: 'Your log file here...'
value: | value: |
<details> ```plain
Your log file here... Your log file here...
Note: We wrap the log in the `details` tag so the log doesn't take up too much space in the issue. Please don't remove them. ```
</details>
validations: validations:
required: false required: false
- type: 'textarea' - type: 'textarea'
@ -41,12 +40,9 @@ body:
label: 'Bug snippet' label: 'Bug snippet'
description: 'Insert a snippet of your code that you think is causing the issue. **Leave this empty if you give us a reproduction project.**' description: 'Insert a snippet of your code that you think is causing the issue. **Leave this empty if you give us a reproduction project.**'
value: | value: |
<details>
```gdscript ```gdscript
Your code snippet here... Your code snippet here...
Note: We wrap the snippet in the `details` tag so the code doesn't take up too much space in the issue. Please don't remove them.
``` ```
</details>
validations: validations:
required: false required: false
- type: 'textarea' - type: 'textarea'

View file

@ -14,7 +14,7 @@ body:
Please answer the following questions accurately, otherwise we may not be able to add the feature. \ Please answer the following questions accurately, otherwise we may not be able to add the feature. \
\ \
**Note: Please check if the same feature request already exists. If not, continue. If so, participate in that one instead.** \ **Note: Please check if the same feature request already exists. If not, continue. If so, participate in that one instead.** \
**Note: Please don't censor anything *except* sensitive information. You don''t need to be embarrased about your username. You censor your bug report, we censor our answers.** **Note: Please don't censor anything *except* sensitive information. You don't need to be embarrased about your username. You censor your bug report, we censor our answers.**
- type: 'textarea' - type: 'textarea'
id: 'feature-description' id: 'feature-description'
attributes: attributes:
@ -33,7 +33,7 @@ body:
placeholder: | placeholder: |
Example: Example:
I would propose to <some description on how to implement your feature>. I would propose to <some description on how to implement your feature>.
I''ve also thought on simply <some other description on how to implement your feature>. I've also thought on simply <some other description on how to implement your feature>.
validations: validations:
required: true required: true
- type: 'textarea' - type: 'textarea'
@ -43,9 +43,9 @@ body:
description: 'Explain how could be possible to implement the feature without building it into the framework directly. Include as many details as possible. **Leave empty if it can''t simply be solved by adding a module.**' description: 'Explain how could be possible to implement the feature without building it into the framework directly. Include as many details as possible. **Leave empty if it can''t simply be solved by adding a module.**'
placeholder: | placeholder: |
Example: Example:
I''ve considered using a custom module for this feature. I've considered using a custom module for this feature.
Otherwise it would be possible to use <link to some project>. Otherwise it would be possible to use <link to some project>.
I''ve also considered using the engine''s way of doing it by <how to do it using the engine''s way>. I've also considered using the normal way of doing it by <how to do it using the normal way>.
validations: validations:
required: false required: false
- type: 'markdown' - type: 'markdown'

View file

@ -28,10 +28,9 @@ body:
description: 'For us to understand the problem you''re having please insert the ENTIRE log file here. You must give us `DIAG` level logs (set `logger_level` in CORE''s configuration to `CoreTypes.LoggerLevel.DIAG` during initialization). **Leave this empty if your problem does not need log output or doesn''t involve code at all.**' description: 'For us to understand the problem you''re having please insert the ENTIRE log file here. You must give us `DIAG` level logs (set `logger_level` in CORE''s configuration to `CoreTypes.LoggerLevel.DIAG` during initialization). **Leave this empty if your problem does not need log output or doesn''t involve code at all.**'
placeholder: 'Your log file here...' placeholder: 'Your log file here...'
value: | value: |
<details> ```plain
Your log file here... Your log file here...
Note: We wrap the log in the `details` tag so the log doesn't take up too much space in the issue. Please don't remove them. ```
</details>
validations: validations:
required: false required: false
- type: 'textarea' - type: 'textarea'
@ -40,10 +39,9 @@ body:
label: 'Code snippet' label: 'Code snippet'
description: 'Insert a snippet of your code that you need help with. **Leave this empty if your problem does not need log output or doesn''t involve code at all.**' description: 'Insert a snippet of your code that you need help with. **Leave this empty if your problem does not need log output or doesn''t involve code at all.**'
value: | value: |
<details> ```gdscript
Your code snippet here... Your code snippet here...
Note: We wrap the snippet in the `details` tag so the code doesn't take up too much space in the issue. Please don't remove them. ```
</details>
validations: validations:
required: false required: false
- type: 'dropdown' - type: 'dropdown'