diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..195424e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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 + +``` + +``` diff --git a/.github/ISSUE_TEMPLATE/ux-report.md b/.github/ISSUE_TEMPLATE/ux-report.md new file mode 100644 index 0000000..0e7aa70 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ux-report.md @@ -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: '' + +--- + + + +## What were you trying to do + +## What happened + +``` + +```