diff options
| author | Phil Christensen <philc@microsoft.com> | 2019-07-19 13:36:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-19 13:36:35 -0700 |
| commit | 6bca08bbe989f6a960f83c94357b3bbf55e28dcf (patch) | |
| tree | 6fc995862ccd6fe5c5ee7a04e144189a561cb7bd | |
| parent | 1ab2f88f89f4807e319997b7657df93cbb284e88 (diff) | |
| download | vcpkg-6bca08bbe989f6a960f83c94357b3bbf55e28dcf.tar.gz vcpkg-6bca08bbe989f6a960f83c94357b3bbf55e28dcf.zip | |
Add labels to issue templates
6 files changed, 6 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/i-have-a-question.md b/.github/ISSUE_TEMPLATE/i-have-a-question.md index 7321949fc..712997630 100644 --- a/.github/ISSUE_TEMPLATE/i-have-a-question.md +++ b/.github/ISSUE_TEMPLATE/i-have-a-question.md @@ -2,7 +2,7 @@ name: I have a question about: I have a question and don't see a clear answer in documentation title: How do I ... -labels: '' +labels: Question assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/report-package-build-failure.md b/.github/ISSUE_TEMPLATE/report-package-build-failure.md index 53594fbe1..e42ff43f8 100644 --- a/.github/ISSUE_TEMPLATE/report-package-build-failure.md +++ b/.github/ISSUE_TEMPLATE/report-package-build-failure.md @@ -2,7 +2,7 @@ name: Report package build failure about: Let us know about build failures in ports. title: "[<port name>] build failure" -labels: '' +labels: port bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement-to-a-port.md b/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement-to-a-port.md index e590eb3c9..a40036f95 100644 --- a/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement-to-a-port.md +++ b/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement-to-a-port.md @@ -2,7 +2,7 @@ name: Request a feature or improvement to a port about: Suggest an improvement to one the the ports/libraries in vcpkg title: "[<portname>] <short description of feature>" -labels: '' +labels: port feature assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement.md b/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement.md index 28aed4921..55d06b16a 100644 --- a/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement.md +++ b/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement.md @@ -2,7 +2,7 @@ name: Request a feature or improvement about: Suggest an improvement to vcpkg title: '' -labels: '' +labels: vcpkg feature assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/request-a-new-port.md b/.github/ISSUE_TEMPLATE/request-a-new-port.md index 1d50da5ca..65c9bf01c 100644 --- a/.github/ISSUE_TEMPLATE/request-a-new-port.md +++ b/.github/ISSUE_TEMPLATE/request-a-new-port.md @@ -2,7 +2,7 @@ name: Request a new port about: Request a new port/library that vcpkg should support title: "[New Port Request] <library name here>" -labels: '' +labels: new port request - consider making a PR! assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/request-an-update-to-an-existing-port.md b/.github/ISSUE_TEMPLATE/request-an-update-to-an-existing-port.md index 710b114c2..f1689b097 100644 --- a/.github/ISSUE_TEMPLATE/request-an-update-to-an-existing-port.md +++ b/.github/ISSUE_TEMPLATE/request-an-update-to-an-existing-port.md @@ -2,7 +2,7 @@ name: Request an update to an existing port about: Let us know about a new version of a library we should pick up. title: "[<port name>] update to <version>" -labels: '' +labels: port feature assignees: '' --- |
