Files
MINGW-packages/.github/ISSUE_TEMPLATE/environment_request.yml
مهدي شينون (Mehdi Chinoune) 8d7df49a09 remove clang32 from issue templates.
2024-10-05 08:22:35 +01:00

31 lines
801 B
YAML

name: Environment request
description: Request that a package be built for a specific environment
title: Build [package name] for [environment]
labels: [package-request]
body:
- type: input
attributes:
label: Package name
validations:
required: true
- type: dropdown
attributes:
label: For which environment do you need the package?
options:
- MINGW64
- MINGW32
- UCRT64
- CLANG64
- CLANGARM64
validations:
required: true
- type: textarea
attributes:
label: Provide a brief description why you need this package in the selected environment
validations:
required: true
- type: input
attributes:
label: Are you willing to submit a PR?
description: We accept contributions!