diff --git a/.github/ISSUE_TEMPLATE/bug-issue.yml b/.github/ISSUE_TEMPLATE/bug-issue.yml index c40e78f144..c0ba237b4e 100644 --- a/.github/ISSUE_TEMPLATE/bug-issue.yml +++ b/.github/ISSUE_TEMPLATE/bug-issue.yml @@ -67,3 +67,21 @@ body: placeholder: If applicable, please post here a video or a screenshot of the issue. validations: required: false + - type: textarea + attributes: + label: Environment details + placeholder: Provide details about your environment, such as operating system, browser, and version. + validations: + required: false + - type: textarea + attributes: + label: Steps to reproduce + placeholder: Provide steps to reproduce the issue, if applicable. + validations: + required: false + - type: textarea + attributes: + label: Additional information + placeholder: Provide any additional information that may help in resolving the issue. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/enhancement-improvement.yml b/.github/ISSUE_TEMPLATE/enhancement-improvement.yml index a6ac9693ff..23cd9f55ab 100644 --- a/.github/ISSUE_TEMPLATE/enhancement-improvement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement-improvement.yml @@ -27,3 +27,15 @@ body: placeholder: For what would it be useful? validations: required: true + - type: textarea + attributes: + label: Environment details + placeholder: Provide details about your environment, such as operating system, browser, and version. + validations: + required: false + - type: textarea + attributes: + label: Additional information + placeholder: Provide any additional information that may help in understanding the improvement. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index e36adb6080..da0f562271 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -25,3 +25,15 @@ body: placeholder: For what would it be useful? validations: required: true + - type: textarea + attributes: + label: Environment details + placeholder: Provide details about your environment, such as operating system, browser, and version. + validations: + required: false + - type: textarea + attributes: + label: Additional information + placeholder: Provide any additional information that may help in understanding the new feature. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/hard-crash.yml b/.github/ISSUE_TEMPLATE/hard-crash.yml index 2358a0c525..7fa7aeb9fc 100644 --- a/.github/ISSUE_TEMPLATE/hard-crash.yml +++ b/.github/ISSUE_TEMPLATE/hard-crash.yml @@ -34,3 +34,15 @@ body: placeholder: Do you have any other valuable information about this issue? validations: required: false + - type: textarea + attributes: + label: Environment details + placeholder: Provide details about your environment, such as operating system, browser, and version. + validations: + required: false + - type: textarea + attributes: + label: Additional information + placeholder: Provide any additional information that may help in resolving the issue. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/widgets-issue.yml b/.github/ISSUE_TEMPLATE/widgets-issue.yml index 83b9db571d..23fd48e94b 100644 --- a/.github/ISSUE_TEMPLATE/widgets-issue.yml +++ b/.github/ISSUE_TEMPLATE/widgets-issue.yml @@ -73,3 +73,21 @@ body: placeholder: If applicable, please post a video or a screenshot of the issue here. validations: required: false + - type: textarea + attributes: + label: Environment details + placeholder: Provide details about your environment, such as operating system, browser, and version. + validations: + required: false + - type: textarea + attributes: + label: Steps to reproduce + placeholder: Provide steps to reproduce the issue, if applicable. + validations: + required: false + - type: textarea + attributes: + label: Additional information + placeholder: Provide any additional information that may help in resolving the issue. + validations: + required: false