diff --git a/.github/ISSUE_TEMPLATE/bugreport.yaml b/.github/ISSUE_TEMPLATE/bugreport.yaml index 2d9d2849a1..93c3dcaa39 100644 --- a/.github/ISSUE_TEMPLATE/bugreport.yaml +++ b/.github/ISSUE_TEMPLATE/bugreport.yaml @@ -1,5 +1,5 @@ name: BugReport -about: Create a report to help us fix issues. +description: Create a report to help us fix issues. labels: "Type: Bug" issue_body: true body: diff --git a/.github/ISSUE_TEMPLATE/featurerequest.yaml b/.github/ISSUE_TEMPLATE/featurerequest.yaml index 7d9aafee33..af475e9aeb 100644 --- a/.github/ISSUE_TEMPLATE/featurerequest.yaml +++ b/.github/ISSUE_TEMPLATE/featurerequest.yaml @@ -1,5 +1,5 @@ name: FeatureRequest -about: Suggest an idea for this project. +description: Suggest an idea for this project. labels: "Type: New Feature" issue_body: true body: