diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md deleted file mode 100644 index ef22b916..00000000 --- a/.github/ISSUE_TEMPLATE/issue.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Issue -about: Please provide as much detail as possible to convey the history of your problem. ---- - -body: - -- type: dropdown - id: issue-type - attributes: - label: Issue Type - description: What type of issue would you like to report? - multiple: true - options: - Feature Request - Documentation Feature Request - Others - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/issue.yaml b/.github/ISSUE_TEMPLATE/issue.yaml new file mode 100644 index 00000000..95c96d85 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.yaml @@ -0,0 +1,16 @@ +name: Issue +about: Please provide as much detail as possible to convey the history of your problem. +body: + - type: dropdown + id: issue-type + attributes: + label: Issue Type + description: What type of issue would you like to report? + multiple: true + options: + - Feature Request + - Documentation Feature Request + - Others + - Bug Report + validations: + required: true