Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(issue): user story issue template #1956

Merged
merged 3 commits into from
Nov 8, 2021
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
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