diff --git a/.gitea/issue_template/bugreport.yml b/.gitea/issue_template/bugreport.yml
index 41b4a95..e342ac0 100644
--- a/.gitea/issue_template/bugreport.yml
+++ b/.gitea/issue_template/bugreport.yml
@@ -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: |
-
+ ```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.
-
+ ```
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: |
-
```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.
```
-
validations:
required: false
- type: 'textarea'
diff --git a/.gitea/issue_template/featurerequest.yml b/.gitea/issue_template/featurerequest.yml
index 2c11897..f4b6fb0 100644
--- a/.gitea/issue_template/featurerequest.yml
+++ b/.gitea/issue_template/featurerequest.yml
@@ -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 .
- I''ve also thought on simply .
+ I've also thought on simply .
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 .
- I''ve also considered using the engine''s way of doing it by .
+ I've also considered using the normal way of doing it by .
validations:
required: false
- type: 'markdown'
diff --git a/.gitea/issue_template/helprequest.yml b/.gitea/issue_template/helprequest.yml
index 9f120a0..6232503 100644
--- a/.gitea/issue_template/helprequest.yml
+++ b/.gitea/issue_template/helprequest.yml
@@ -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: |
-
+ ```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.
-
+ ```
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: |
-
+ ```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.
-
+ ```
validations:
required: false
- type: 'dropdown'