From 40f2c00895b26bffe0061729e2a7595da1e013d3 Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Mon, 27 Jan 2025 16:12:59 -0600 Subject: [PATCH] Add types to bug templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/compiler_request.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 1 + .github/ISSUE_TEMPLATE/language_request.yml | 1 + .github/ISSUE_TEMPLATE/library_request.yml | 1 + 5 files changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e0435cb79..4673f7838 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,6 +2,7 @@ name: Bug Report description: Create a report to help us improve title: '[BUG]: ' labels: ['bug'] +type: Bug body: - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/compiler_request.yml b/.github/ISSUE_TEMPLATE/compiler_request.yml index b3ce90f20..6aabc24ec 100644 --- a/.github/ISSUE_TEMPLATE/compiler_request.yml +++ b/.github/ISSUE_TEMPLATE/compiler_request.yml @@ -2,6 +2,7 @@ name: Compiler request description: Request a new compiler title: '[COMPILER REQUEST]: ' labels: ['request', 'new-compilers'] +type: Request body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 36da8b78d..aabc62b19 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,6 +2,7 @@ name: Feature request description: Suggest an idea for the project title: '[REQUEST]: ' labels: ['request'] +type: Feature body: - type: textarea id: introduction diff --git a/.github/ISSUE_TEMPLATE/language_request.yml b/.github/ISSUE_TEMPLATE/language_request.yml index 52dfccb51..6d344ed50 100644 --- a/.github/ISSUE_TEMPLATE/language_request.yml +++ b/.github/ISSUE_TEMPLATE/language_request.yml @@ -2,6 +2,7 @@ name: Language request description: Request a new language title: '[LANGUAGE REQUEST]: ' labels: ['request', 'new-language'] +type: Request body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/library_request.yml b/.github/ISSUE_TEMPLATE/library_request.yml index 46e410bf9..384438429 100644 --- a/.github/ISSUE_TEMPLATE/library_request.yml +++ b/.github/ISSUE_TEMPLATE/library_request.yml @@ -2,6 +2,7 @@ name: Library request description: Request a new library title: '[LIB REQUEST]: ' labels: ['request', 'new-libs'] +type: Request body: - type: markdown attributes: