Skip to content

Commit

Permalink
docs(issue): user story issue template (ChainSafe#1956)
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Nov 8, 2021
1 parent 653369f commit 6b153e9
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/user_story.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: User story
description: Create a user story
title: "User story: FILL-ME-PLEASE"
labels: ["Status: Needs Triage"]
body:
- type: dropdown
id: role
attributes:
label: As a
options:
- Polkadot implementer (Default)
- Polkadot node operator
- Blockchain developer
- Dapp developer
- Authority node in a parachain
- Relay node in a relay chain
description: |
Describe the role you would play for this user story.
validations:
required: true
- type: textarea
id: wantto
attributes:
label: I want to
placeholder: "Develop this new feature and change this"
render: markdown
validations:
required: true
- type: textarea
id: because
attributes:
label: Because
placeholder: "Because I need to do something"
render: markdown
validations:
required: true

0 comments on commit 6b153e9

Please sign in to comment.