mirror of
https://github.com/str4d/rage.git
synced 2025-04-03 10:57:46 +03:00
.github: Add issue templates (h/t @FiloSottile)
This commit is contained in:
parent
5d12be38b6
commit
b51f454019
2 changed files with 42 additions and 0 deletions
21
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report about a bug in this implementation.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Environment
|
||||
|
||||
* OS:
|
||||
* rage version:
|
||||
|
||||
## What were you trying to do
|
||||
|
||||
## What happened
|
||||
|
||||
```
|
||||
<insert terminal transcript here>
|
||||
```
|
21
.github/ISSUE_TEMPLATE/ux-report.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/ux-report.md
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
name: UX report
|
||||
about: Was rage hard to use? It's not you, it's us. We want to hear about it.
|
||||
title: 'UX: '
|
||||
labels: 'UX report'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- Did rage 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>
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue