Files
MINGW-packages/.github/ISSUE_TEMPLATE/update_request.yml
2022-09-09 08:45:50 +02:00

22 lines
559 B
YAML

name: Update request
description: Request an update to an existing package
title: "[package name] update to <version>"
labels: [update-request]
body:
- type: input
attributes:
label: Package name
validations:
required: true
- type: input
attributes:
label: New version number
- type: textarea
attributes:
label: Other information that may be useful
description: release notes, etc...!
- type: input
attributes:
label: Are you willing to submit a PR?
description: We accept contributions!