This commit is contained in:
Phil Christensen 2019-07-19 13:36:35 -07:00 коммит произвёл GitHub
Родитель 1ab2f88f89
Коммит 6bca08bbe9
6 изменённых файлов: 6 добавлений и 6 удалений

2
.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: ''
---

Просмотреть файл

@ -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,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: ''
---