mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
Add labels to issue templates
This commit is contained in:
parent
1ab2f88f89
commit
6bca08bbe9
2
.github/ISSUE_TEMPLATE/i-have-a-question.md
vendored
2
.github/ISSUE_TEMPLATE/i-have-a-question.md
vendored
@ -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: ''
|
||||
|
||||
---
|
||||
|
@ -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: ''
|
||||
|
||||
---
|
||||
|
@ -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: ''
|
||||
|
||||
---
|
||||
|
@ -2,7 +2,7 @@
|
||||
name: Request a feature or improvement
|
||||
about: Suggest an improvement to vcpkg
|
||||
title: ''
|
||||
labels: ''
|
||||
labels: vcpkg feature
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
2
.github/ISSUE_TEMPLATE/request-a-new-port.md
vendored
2
.github/ISSUE_TEMPLATE/request-a-new-port.md
vendored
@ -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: ''
|
||||
|
||||
---
|
||||
|
@ -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: ''
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user