Add issue templates

This commit is contained in:
Jack Grigg
2021-04-15 22:16:05 +12:00
parent b1249982de
commit 9208719e8c
2 changed files with 42 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
---
name: Bug report
about: Create a report about a bug in this implementation.
title: ''
labels: ''
assignees: ''
---
## Environment
* OS:
* age-plugin-yubikey version:
## What were you trying to do
## What happened
```
<insert terminal transcript here>
```
+21
View File
@@ -0,0 +1,21 @@
---
name: UX report
about: Was age-plugin-yubikey hard to use? It's not you, it's us. We want to hear about it.
title: 'UX: '
labels: 'UX report'
assignees: ''
---
<!-- Did age-plugin-yubikey not do what you expected?
Was it hard to figure out how to do something?
Could an error message be more helpful?
It's not you, it's us. We want to hear about it. -->
## What were you trying to do
## What happened
```
<insert terminal transcript here>
```