.github: add issue templates (#23)

This commit is contained in:
Filippo Valsorda
2019-12-07 00:58:07 -05:00
committed by GitHub
parent 7ef2aa8a4e
commit 1a5bcfeab9
2 changed files with 42 additions and 0 deletions

21
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
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 version:
## What were you trying to do
## What happened
```
<insert terminal transcript here>
```

21
.github/ISSUE_TEMPLATE/ux-report.md vendored Normal file
View File

@@ -0,0 +1,21 @@
---
name: UX report
about: Was age hard to use? It's not you, it's us. We want to hear about it.
title: 'UX: '
labels: 'UX report'
assignees: ''
---
<!-- Did age 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>
```