From e5215c70912c1acdc81d272d7787830405af3b6f Mon Sep 17 00:00:00 2001 From: Clarissa Borges Date: Thu, 19 Nov 2020 20:35:09 -0300 Subject: [PATCH] Docs: Add an issue template for usability tests --- .github/ISSUE_TEMPLATE/usability_test.md | 63 ++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/usability_test.md diff --git a/.github/ISSUE_TEMPLATE/usability_test.md b/.github/ISSUE_TEMPLATE/usability_test.md new file mode 100644 index 000000000..b41303637 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/usability_test.md @@ -0,0 +1,63 @@ +--- +name: Usability testing +about: Propose a usability test to help us +--- +# Objective +The test goals. e.g.: Evaluate the language selection and the partitioning configurations. + +# Requirements + +## Environment +What is the environment that should be tested and how it should be prepared. e.g.: The test needs to run in the release 3.32.34 installing Manjaro. + +## User profile +Describe the target users you are looking for the test. e.g.: A user that has already used a system-installer. + +## Facilitator +What the facilitator should be familiar with to run the tests. e.g.: The facilitator needs to know how to build Calamares to be able to run the tests. + +# Test design +## Tasks +A list of tasks that the user has to perform. e.g.: + +* Use another language. +* Change partitioning configurations. + +## Scenarios +A list of scenarios for the user to perform the tasks. They should put the user in a context and not give specific hints about what you want the user to do. e.g.: + +1. You want to change the installer language to English. Please, look for this option in the application. +2. You are a big fan of a lot of distributions and want to have some space left to install other distributions in your disk after this installation. Please, resize your disk to have 35GB of space left. + + \ No newline at end of file