From e5215c70912c1acdc81d272d7787830405af3b6f Mon Sep 17 00:00:00 2001 From: Clarissa Borges <clarissalimab08@gmail.com> 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 0000000000..b41303637d --- /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. + +<!-- + +## Results + +Uncomment this session once you have your results. + +### Summary + +| - | User 1 | User 2 | User 3 | User 4 | User 5 | +|:------:|:------:|:--------:|:------------------:|:------:|:------:| +| Task 1 | :x: | :question: | :heavy_check_mark: | :x: | :heavy_check_mark: | +| Task 2 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| Task 3 | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | :heavy_check_mark: | +| Task 4 | :heavy_check_mark: | :question: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | + +### Task 1 + +#### What went well? +Describe what happened as expected. e.g.: Most users intuitively found the language selector for changing the installer language. + +#### What were the challenges? +Describe where the users had issues and why. Try to write the details to ensure a good understanding of what happened. You can also attach videos, GIFs, or screenshots to illustrate. e.g.: Two of the users had issues searching for English on the language selector because they didn't realize they could scroll down to find it. + +### Task 2 + +#### What went well? +Describe what happened as expected. e.g.: Most users intuitively found the language selector for changing the installer language. + +#### What were the challenges? +Describe where the users had issues and why. Try to write the details to ensure a good understanding of what happened. You can also attach videos, GIFs, or screenshots to illustrate. e.g.: Two of the users had issues searching for English on the language selector because they didn't realize they could scroll down to find it. + +--> \ No newline at end of file -- GitLab