chore: update issue templates

This commit is contained in:
Federico Grandi
2020-12-13 10:40:26 +01:00
committed by GitHub
parent b71678be3e
commit 4e0f991445
2 changed files with 20 additions and 0 deletions

10
.github/ISSUE_TEMPLATE/blank-issue.md vendored Normal file
View File

@@ -0,0 +1,10 @@
---
name: Blank issue
about: Just a blank template
title: ''
labels: 'status: pending'
assignees: ''
---

10
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@@ -0,0 +1,10 @@
---
name: Question
about: Ask a question on how to use the action
title: ''
labels: 'type: question'
assignees: ''
---