Add some issue templates to route support

This commit is contained in:
Barry Gordon
2021-06-07 11:57:37 +01:00
parent 397ea97583
commit 53da41479b
3 changed files with 23 additions and 0 deletions

8
.github/ISSUE_TEMPLATE/1-bug.md vendored Normal file
View File

@@ -0,0 +1,8 @@
---
name: Report an issue with this Action
about: ''
title: ''
labels: 'bug'
assignees: ''
---

View File

@@ -0,0 +1,8 @@
---
name: "Suggest an idea for this Action"
about: ''
title: ''
labels: 'enhancement'
assignees: ''
---

7
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,7 @@
contact_links:
- name: "\U0001F41B Report a bug in Dependabot"
url: https://github.com/dependabot/dependabot-core/issues/new?assignees=&labels=T%3A+bug+%F0%9F%90%9E&template=bug-report.md&title=
about: If you are encountering a more general issue with Dependabot, please open an issue on dependabot/dependabot-core
- name: "\U0001F680 Feature request"
url: https://github.com/dependabot/dependabot-core/issues/new?assignees=&labels=T%3A+bug+%F0%9F%90%9E&template=bug-report.md&title=
about: If want to suggest an idea for Dependabot, please open an issue on dependabot/dependabot-core