From 9208719e8c70a4d82c3f23f607f561dcecfe338b Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 15 Apr 2021 22:16:05 +1200 Subject: [PATCH] Add issue templates --- .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..5ad9ae7 --- /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: +* age-plugin-yubikey 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..afb277d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ux-report.md @@ -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: '' + +--- + + + +## What were you trying to do + +## What happened + +``` + +```