mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Adds automatic issue labels (#139)
This commit is contained in:
parent
bc4fda8b9a
commit
5e22417cf8
2
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
2
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Create a bug report to help us improve the action.
|
about: Create a bug report to help us improve the action.
|
||||||
|
labels:
|
||||||
|
- bug 🐝
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
2
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
2
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
about: If you'd like to make a suggestion please fill out the form below.
|
about: If you'd like to make a suggestion please fill out the form below.
|
||||||
|
labels:
|
||||||
|
- feature request 🏭
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
2
.github/ISSUE_TEMPLATE/SUPPORT.md
vendored
2
.github/ISSUE_TEMPLATE/SUPPORT.md
vendored
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: Support
|
name: Support
|
||||||
about: If you're having problems setting up the action you can make a request for support here.
|
about: If you're having problems setting up the action you can make a request for support here.
|
||||||
|
labels:
|
||||||
|
- support 📞
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user