From b51f45401961dad7e6a13dde708e6cd38156322a Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Sun, 15 Dec 2019 19:11:26 +0000 Subject: [PATCH] .github: Add issue templates (h/t @FiloSottile) --- .github/ISSUE_TEMPLATE/bug-report.md | 21 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/ux-report.md | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/ux-report.md 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 + +``` + +```