Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/0-user-story.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: '📖 User story'
description: |
Share a workflow that you would like to see improve (faster, less
frustrating, less steps, and/or less cognitive load).
labels:
- 'user story'
body:
- type: 'textarea'
attributes:
label: 'Description'
description: |
Please describe your experience clearly.
Please describe points of friction, frustration, or mental burden.
validations:
required: true

- type: 'textarea'
attributes:
label: 'Steps'
description: |
Please write a numbered list of all the steps in your story.
Please write as if you're describing what a non-GIS-professional
looking over your shoulder would see.

Please estimate the time consumed by each step, and let us know about
any steps that are particularly frustrating or rewarding.

**We would especially like to know about where you experienced
[mental context switches](https://en.wikipedia.org/wiki/Human_multitasking)
during this process.**
validations:
required: true
Loading