Files
MINGW-packages/.github/ISSUE_TEMPLATE/package_request.yml
مهدي شينون (Mehdi Chinoune) 6037804899 Add issue templates
2022-08-27 04:41:23 +01:00

34 lines
859 B
YAML

name: Package request
description: Request a new package
title: Add [package name]
labels: [package-request]
body:
- type: input
attributes:
label: Package name
validations:
required: true
- type: textarea
attributes:
label: Brief description of package
- type: input
attributes:
label: URL for package's homepage
- type: textarea
attributes:
label: Provide a basic test case to validate the package's functionality.
- type: checkboxes
attributes:
label: MINGW environments where you need the package
options:
- label: MINGW64
- label: MINGW32
- label: UCRT64
- label: CLANG64
- label: CLANG32
- label: CLANGARM64
- type: input
attributes:
label: Are you willing to submit a PR?
description: We accept contributions!