Create RFC template (#3698)
* Create RFC template * Update .github/ISSUE_TEMPLATE/rfc.yaml Co-authored-by: Krzysztof Żuraw <9116238+krzysztofzuraw@users.noreply.github.com> --------- Co-authored-by: Krzysztof Żuraw <9116238+krzysztofzuraw@users.noreply.github.com>
This commit is contained in:
parent
38ccecea1f
commit
b2888dae32
1 changed files with 56 additions and 0 deletions
56
.github/ISSUE_TEMPLATE/rfc.yaml
vendored
Normal file
56
.github/ISSUE_TEMPLATE/rfc.yaml
vendored
Normal file
|
@ -0,0 +1,56 @@
|
||||||
|
name: RFC
|
||||||
|
description: Start gathering informations regarding new functionality
|
||||||
|
title: "[RFC]: "
|
||||||
|
labels: [RFC]
|
||||||
|
assignees:
|
||||||
|
- andrzejewski
|
||||||
|
- krzysztofzuraw
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: introduction
|
||||||
|
attributes:
|
||||||
|
label: Short description of the feature
|
||||||
|
description: Provide short description of the future, its intention, what problem it solves.
|
||||||
|
placeholder: |
|
||||||
|
- What problem does it solve?
|
||||||
|
- What feature should generally do?
|
||||||
|
render: Markdown
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Full description
|
||||||
|
description: Provide full description of a given feature. Provide as much details as you can.
|
||||||
|
placeholder: |
|
||||||
|
Explain in details:
|
||||||
|
- What feature should do
|
||||||
|
- How certain UI should look like
|
||||||
|
- How UI should change depending on the context eg. different permissions, different resource data
|
||||||
|
render: Markdown
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: acceptance-criteria
|
||||||
|
attributes:
|
||||||
|
label: Acceptance Criteria
|
||||||
|
description: Define Acceptance Criteria
|
||||||
|
placeholder: |
|
||||||
|
- As user I should ...
|
||||||
|
- As develoer I can ...
|
||||||
|
- When the user switches X to Y, the Z should be displayed...
|
||||||
|
render: Markdown
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: notes
|
||||||
|
attributes:
|
||||||
|
label: Additional notes
|
||||||
|
description: Write down any additional notes
|
||||||
|
placeholder: |
|
||||||
|
- Paste important link
|
||||||
|
- Define additional action points
|
||||||
|
- Define your concerns
|
||||||
|
render: Markdown
|
||||||
|
validations:
|
||||||
|
required: false
|
Loading…
Reference in a new issue