Skip to content

Commit 0b515ef

Browse files
authored
Add user story issue template (#883)
1 parent f3f4347 commit 0b515ef

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: '📖 User story'
2+
description: |
3+
Share a workflow that you would like to see improve (faster, less
4+
frustrating, less steps, and/or less cognitive load).
5+
labels:
6+
- 'user story'
7+
body:
8+
- type: 'textarea'
9+
attributes:
10+
label: 'Description'
11+
description: |
12+
Please describe your experience clearly.
13+
Please describe points of friction, frustration, or mental burden.
14+
validations:
15+
required: true
16+
17+
- type: 'textarea'
18+
attributes:
19+
label: 'Steps'
20+
description: |
21+
Please write a numbered list of all the steps in your story.
22+
Please write as if you're describing what a non-GIS-professional
23+
looking over your shoulder would see.
24+
25+
Please estimate the time consumed by each step, and let us know about
26+
any steps that are particularly frustrating or rewarding.
27+
28+
**We would especially like to know about where you experienced
29+
[mental context switches](https://en.wikipedia.org/wiki/Human_multitasking)
30+
during this process.**
31+
validations:
32+
required: true

0 commit comments

Comments
 (0)