aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/.github/ISSUE_TEMPLATE/02-request-an-update-to-an-existing-port.yml
blob: 06ef6eee217c9f3a4cca0a68c7bbdb5f667a71b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: Request an update to an existing port
description: Let us know about a new version of a library we should pick up.
title: "[<port name>] update to <version>"
labels: ['category:port-update']
body:
  - type: input
    id: name
    attributes:
      label: Library name
    validations:
      required: true
  - type: input
    id: version
    attributes:
      label: New version number
    validations:
      required: true
  - type: textarea
    id: information
    attributes:
      label: Other information that may be useful (release notes, etc...)
    validations:
      required: false