Skip to content
Merged
Show file tree
Hide file tree
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
13 changes: 6 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Bug report
about: Create a report to help us improve
labels: 'bug, priority: undecided'

labels: 'bug'
type: 'Bug'
---

## Describe the bug
Expand All @@ -18,13 +18,12 @@ Steps to reproduce the behavior OR commands run:
## Expected behavior
A clear and concise description of what you expected to happen.

## Business Value
The business value of the requested bugfix.
You can also refer to the reporting team to confirm that the issue has been fixed.

## Screenshots
If applicable, add screenshots to help explain your problem.

## Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

## Additional context
Add any other context about the problem here.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/epic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Epic
about: A larger task consisting of more deliverables
labels: 'epic'
type: 'Epic'
---

## Background
A clear and concise intro into the situation.

## Goal
The goal that epic wants to achieve.

## Business Value
The business value of achieving the goal.

[Add actionable subtasks or even epics]
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Feature request
about: Suggest an idea for this project
labels: 'feature, under discussion, priority: undecided'

labels: 'enhancement'
type: 'Feature'
---

## Background
Expand All @@ -11,6 +11,9 @@ A clear and concise description of where the limitation lies.
## Feature
A description of the requested feature.

## Business Value
The business value of the requested feature.

## Example [Optional]
A simple example if applicable.

Expand Down
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/operative_assignment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Operative assignment
about: Issue template for an assignment about setting up the project, it's management or documentation. Usually not touching the codebase.
labels: 'infrastructure,no RN'
type: 'Task'
---

## The assignment

Short description of the assignment.
13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Release vX.Y.0
title: Create a release of vX.Y.0
name: Release
about: Release of the library
labels: 'priority: high'

about: Create a release and release notes
labels: 'documentation,infrastructure,no RN'
type: 'Task'
---

## Background
Release vX.Y.0 of the library.
Version vX.Y.0 can be released, including its release notes
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/spike.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Spike
about: Issue template for spikes, research and investigation tasks
labels: 'spike'
type: 'Task'
---

## Background
A clear and concise description of the problem or a topic we need to understand.

Feel free to add information about why it's needed and what assumptions you have at the moment.

## Questions To Answer

1.
2.
3.

## Business Value
The business value of the requested investigation.

## Desired Outcome
The list of desired outcomes of this spike ticket.

### Tasks
- [ ] Questions have been answered or we have a clearer idea of how to get to our goal
- [ ] Discussion with the team
- [ ] Documentation
- [ ] Create recommendations and new implementation tickets
- [ ] item here..

## Additional Info/Resources [Optional]

1.
2.
3.
Loading