Update and fix issue templates
This commit is contained in:
parent
b80d387a3e
commit
cd352eb73b
3 changed files with 10 additions and 16 deletions
|
@ -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.**'
|
||||
placeholder: 'Your log file here...'
|
||||
value: |
|
||||
<details>
|
||||
```plain
|
||||
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:
|
||||
required: false
|
||||
- type: 'textarea'
|
||||
|
@ -41,12 +40,9 @@ body:
|
|||
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.**'
|
||||
value: |
|
||||
<details>
|
||||
```gdscript
|
||||
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:
|
||||
required: false
|
||||
- type: 'textarea'
|
||||
|
|
|
@ -14,7 +14,7 @@ body:
|
|||
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 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'
|
||||
id: 'feature-description'
|
||||
attributes:
|
||||
|
@ -33,7 +33,7 @@ body:
|
|||
placeholder: |
|
||||
Example:
|
||||
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:
|
||||
required: true
|
||||
- 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.**'
|
||||
placeholder: |
|
||||
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>.
|
||||
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:
|
||||
required: false
|
||||
- type: 'markdown'
|
||||
|
|
|
@ -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.**'
|
||||
placeholder: 'Your log file here...'
|
||||
value: |
|
||||
<details>
|
||||
```plain
|
||||
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:
|
||||
required: false
|
||||
- type: 'textarea'
|
||||
|
@ -40,10 +39,9 @@ body:
|
|||
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.**'
|
||||
value: |
|
||||
<details>
|
||||
```gdscript
|
||||
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:
|
||||
required: false
|
||||
- type: 'dropdown'
|
||||
|
|
Loading…
Reference in a new issue