diff --git a/.github/ISSUE_TEMPLATE/01_upload_failed.yml b/.github/ISSUE_TEMPLATE/01_upload_failed.yml index e25b6075..afbceae7 100644 --- a/.github/ISSUE_TEMPLATE/01_upload_failed.yml +++ b/.github/ISSUE_TEMPLATE/01_upload_failed.yml @@ -44,7 +44,7 @@ body: validations: required: true - - type: markdown + - type: input id: environment-os-other attributes: label: "If you selected 'Other', describe your Operating System here" @@ -90,7 +90,7 @@ body: validations: required: true - - type: markdown + - type: input id: package-repository attributes: label: "Which package repository are you using?" diff --git a/.github/ISSUE_TEMPLATE/02_bug.yml b/.github/ISSUE_TEMPLATE/02_bug.yml index a6543800..0e0d4841 100644 --- a/.github/ISSUE_TEMPLATE/02_bug.yml +++ b/.github/ISSUE_TEMPLATE/02_bug.yml @@ -44,10 +44,11 @@ body: validations: required: true - - type: markdown + - type: input id: environment-os-other attributes: label: "If you selected 'Other', describe your Operating System here" + placeholder: "example: Linux hostname 6.5.10-200.fc38.x86_64" validations: required: false @@ -90,7 +91,7 @@ body: validations: required: true - - type: markdown + - type: input id: package-repository attributes: label: "Which package repository are you using?"