Compare commits

..

2 commits

3 changed files with 19 additions and 12 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

@ -12,22 +12,26 @@ body:
Before filling any of this out, please think for one minute if the feature is really important and necessary enough to implement in the engine. If you're unsure, continue. \ Before filling any of this out, please think for one minute if the feature is really important and necessary enough to implement in the engine. If you're unsure, continue. \
Please answer the following questions accurately, or we may not be able to implement the feature as you requested it. \ Please answer the following questions accurately, or we may not be able to implement the feature as you requested it. \
\ \
**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 feature 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 bug report, 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 bug report, we censor our answers.** \
**Submitting a feature request will *not* gurantee it's inclusion into the engine. By submitting a feature request, you are at the grace of the community to pick up your suggestion. **Submitting a feature request will *not* gurantee it's inclusion into the engine. By submitting a feature request, you are at the grace of the community to pick up your suggestion.**
- type: "textarea" - type: "textarea"
id: "feature-description" id: "feature-description"
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.
@ -51,4 +58,4 @@ body:
attributes: attributes:
value: | value: |
Thank you for filling out this feature request form. Thank you for filling out this feature request form.
Please check your answers for mistaeks before sending this report. Please check your answers for *mistaeks* before sending this report.

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..."