From 9e65644c3f1f1b57aa38b5b4ec05a357880894b9 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Sun, 18 Apr 2021 18:45:50 -0400 Subject: [PATCH] .github: update "New issue" page (#211) --- .github/ISSUE_TEMPLATE/bug-report.md | 4 ++-- .github/ISSUE_TEMPLATE/config.yml | 10 ++++++++++ .github/ISSUE_TEMPLATE/spec-feedback.md | 15 --------------- .github/ISSUE_TEMPLATE/ux-report.md | 21 --------------------- 4 files changed, 12 insertions(+), 38 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/spec-feedback.md delete mode 100644 .github/ISSUE_TEMPLATE/ux-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index e2d76b9..a09860f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,6 +1,6 @@ --- -name: Bug report -about: Create a report about a bug in this implementation. +name: Bug report 🐞 +about: Did you encounter a bug in this implementation? title: '' labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..0946fb1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,10 @@ +contact_links: + - name: UX report ✨ + url: https://github.com/FiloSottile/age/discussions/new?category=UX-reports + about: Was age hard to use? It's not you, it's us. We want to hear about it. + - name: Spec feedback 📃 + url: https://github.com/FiloSottile/age/discussions/new?category=Spec-feedback + about: Have a comment about the age spec as it's implemented by this and other tools? + - name: Questions, feature requests, and more 💬 + url: https://github.com/FiloSottile/age/discussions + about: Do you need support? Did you make something with age? Do you have an idea? Tell us about it! diff --git a/.github/ISSUE_TEMPLATE/spec-feedback.md b/.github/ISSUE_TEMPLATE/spec-feedback.md deleted file mode 100644 index 9897810..0000000 --- a/.github/ISSUE_TEMPLATE/spec-feedback.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Spec feedback -about: Have a comment about the age spec as it's implemented by this and other tools? -title: 'spec: ' -labels: 'spec' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/ux-report.md b/.github/ISSUE_TEMPLATE/ux-report.md deleted file mode 100644 index b9ca043..0000000 --- a/.github/ISSUE_TEMPLATE/ux-report.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -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: '' - ---- - - - -## What were you trying to do - -## What happened - -``` - -```