diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7014c2c2..dd84ea78 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: Bug | Bogue +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/testing-issue.md b/.github/ISSUE_TEMPLATE/testing-issue.md new file mode 100644 index 00000000..af1f1915 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/testing-issue.md @@ -0,0 +1,39 @@ +--- +name: Issue from testing with users +about: Report issue encountered by participants during evaluative research study +title: '' +labels: Research +assignees: '' + +--- + + + +📆 **Study info** + + +## đŸšĻ Issue severity + +🟡 Minor - Yes, after overcoming minor difficulty and/or confusion. +đŸ”ļ Moderate – Yes, after overcoming significant difficulty and/or confusion. +đŸŸĨ Severe - No, the participant wasn't able to reach their goal or was unaware of an error that will prevent them from reaching their goal. + +💚 Enabler - This helped the participant do something more effectively or efficiently. + +## 📝 What happened? + + +## đŸ’Ŧ In the participant's own words + + +## 📗 User story + +As a ___, I need __, so that ___. + + +## 📜 Recommendations + +- [ ] + + +## ℹī¸ More info diff --git a/app/components/Breadcrumbs.vue b/app/components/Breadcrumbs.vue index f22cc0e7..9ea4358a 100644 --- a/app/components/Breadcrumbs.vue +++ b/app/components/Breadcrumbs.vue @@ -8,7 +8,6 @@ :to="localePath(homePath, breadcrumbs.locale)" class="font-medium text-xl hover:text-blue-800 hover:underline" > - {{ $t('home') }} - - - - - +