mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 07:04:04 -05:00
Add types to bug templates
This commit is contained in:
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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
|
||||
|
||||
1
.github/ISSUE_TEMPLATE/compiler_request.yml
vendored
1
.github/ISSUE_TEMPLATE/compiler_request.yml
vendored
@@ -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:
|
||||
|
||||
1
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
1
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -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
|
||||
|
||||
1
.github/ISSUE_TEMPLATE/language_request.yml
vendored
1
.github/ISSUE_TEMPLATE/language_request.yml
vendored
@@ -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:
|
||||
|
||||
1
.github/ISSUE_TEMPLATE/library_request.yml
vendored
1
.github/ISSUE_TEMPLATE/library_request.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user