Fix smaller issues in issue templates

This commit is contained in:
JeremyStar™ 2024-08-18 12:11:21 +02:00
parent f03563229b
commit 57b2f000c7
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
3 changed files with 15 additions and 8 deletions

View file

@ -27,8 +27,8 @@ body:
attributes: attributes:
label: "Bug log" label: "Bug log"
description: | description: |
Please insert the ENTIRE log output here, so we can understand the problem at hand. Please insert the ENTIRE log output here, so we can understand the problem at hand. \
You must give us `DIAGNOSTIC` level logs (pass `-Dsosengine.base.loggerLevel=diagnostic` to the JVM args) with the default log template. You must give us `DIAGNOSTIC` level logs (pass `-Dsosengine.base.loggerLevel=diagnostic` to the JVM) with the default log template.
**This field can be left empty if the bug does not involve/require log output.** **This field can be left empty if the bug does not involve/require log output.**
placeholder: "Your log file here..." placeholder: "Your log file here..."

View file

@ -20,14 +20,18 @@ body:
attributes: attributes:
label: "Feature description" label: "Feature description"
description: "Explain *what* you want added. Include as many details as possible." description: "Explain *what* you want added. Include as many details as possible."
placeholder: "Example: I want to do X in my project, which would simplify doing Y." placeholder: |
Example:
I want to do X in my project, which would simplify doing Y.
validations: validations:
required: true required: true
- type: "textarea" - type: "textarea"
id: "feature-implementation" id: "feature-implementation"
attributes: attributes:
label: "Feature implementation" label: "Feature implementation"
description: "Explain *how* you want it added. Include as many details as possible. Also explore alternative ways of implementing the feature in the engine (if possible)." description: |
Explain *how* you want it added. Include as many details as possible.
Also explore alternative ways of implementing the feature in the engine (if possible).
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>.
@ -38,7 +42,10 @@ body:
id: "feature-alternatives" id: "feature-alternatives"
attributes: attributes:
label: "Feature alternatives" label: "Feature alternatives"
description: "Explain how could be possible to implement the feature without building it into the engine directly. Include as many details as possible. **Leave empty if it can't simply be solved by creating a subsystem.**" description: |
Explain how to implement the feature without building it into the engine directly. Include as many details as possible.
**Leave empty if it can't simply be solved by creating a subsystem.**
placeholder: | placeholder: |
Example: Example:
I've considered writing a subsystem for this feature. I've considered writing a subsystem for this feature.

View file

@ -11,7 +11,7 @@ body:
Hey there! Seems like you have some kind of issue with the StarOpenSource Engine. \ Hey there! Seems like you have some kind of issue with the StarOpenSource Engine. \
Please answer the following questions accurately, otherwise we may not be able to help you. \ Please answer the following questions accurately, otherwise we may not be able to help you. \
\ \
**Please check if the same bug report already exists. If so, participate in that one instead. If another issue is similar, make sure to mention the related issues.** \ **Please check if the same help request already exists. If so, participate in that one instead. If another issue is similar, make sure to mention the related issues.** \
**Please don't censor anything *except* sensitive information. You don't need to be embarrased about your username. You censor your stuff, we censor our answers.** **Please don't censor anything *except* sensitive information. You don't need to be embarrased about your username. You censor your stuff, we censor our answers.**
- type: "textarea" - type: "textarea"
id: "help-description" id: "help-description"
@ -26,8 +26,8 @@ body:
attributes: attributes:
label: "Log" label: "Log"
description: | description: |
Please insert the ENTIRE log output here, so we can understand the problem at hand. Please insert the ENTIRE log output here, so we can understand the problem at hand. \
You must give us `DIAGNOSTIC` level logs (pass `-Dsosengine.base.loggerLevel=diagnostic` to the JVM args) with the default log template. You must give us `DIAGNOSTIC` level logs (pass `-Dsosengine.base.loggerLevel=diagnostic` to the JVM) with the default log template.
*This field can be left empty if the problem you are faciing does not involve/require log output.** *This field can be left empty if the problem you are faciing does not involve/require log output.**
placeholder: "Your log file here..." placeholder: "Your log file here..."