Skip to content

Commit

Permalink
Add labels to issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Rastaban authored Jul 19, 2019
1 parent 1ab2f88 commit 6bca08b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/i-have-a-question.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/report-package-build-failure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/request-a-feature-or-improvement.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Request a feature or improvement
about: Suggest an improvement to vcpkg
title: ''
labels: ''
labels: vcpkg feature
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/request-a-new-port.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''

---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''

---
Expand Down

0 comments on commit 6bca08b

Please sign in to comment.