Add labels to issue templates

This commit is contained in:
Phil Christensen 2019-07-19 13:36:35 -07:00 committed by GitHub
parent 1ab2f88f89
commit 6bca08bbe9
6 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
name: I have a question name: I have a question
about: I have a question and don't see a clear answer in documentation about: I have a question and don't see a clear answer in documentation
title: How do I ... title: How do I ...
labels: '' labels: Question
assignees: '' assignees: ''
--- ---

View File

@ -2,7 +2,7 @@
name: Report package build failure name: Report package build failure
about: Let us know about build failures in ports. about: Let us know about build failures in ports.
title: "[<port name>] build failure" title: "[<port name>] build failure"
labels: '' labels: port bug
assignees: '' assignees: ''
--- ---

View File

@ -2,7 +2,7 @@
name: Request a feature or improvement to a port name: Request a feature or improvement to a port
about: Suggest an improvement to one the the ports/libraries in vcpkg about: Suggest an improvement to one the the ports/libraries in vcpkg
title: "[<portname>] <short description of feature>" title: "[<portname>] <short description of feature>"
labels: '' labels: port feature
assignees: '' assignees: ''
--- ---

View File

@ -2,7 +2,7 @@
name: Request a feature or improvement name: Request a feature or improvement
about: Suggest an improvement to vcpkg about: Suggest an improvement to vcpkg
title: '' title: ''
labels: '' labels: vcpkg feature
assignees: '' assignees: ''
--- ---

View File

@ -2,7 +2,7 @@
name: Request a new port name: Request a new port
about: Request a new port/library that vcpkg should support about: Request a new port/library that vcpkg should support
title: "[New Port Request] <library name here>" title: "[New Port Request] <library name here>"
labels: '' labels: new port request - consider making a PR!
assignees: '' assignees: ''
--- ---

View File

@ -2,7 +2,7 @@
name: Request an update to an existing port name: Request an update to an existing port
about: Let us know about a new version of a library we should pick up. about: Let us know about a new version of a library we should pick up.
title: "[<port name>] update to <version>" title: "[<port name>] update to <version>"
labels: '' labels: port feature
assignees: '' assignees: ''
--- ---