Skip to content

Commit d829286

Browse files
authored
Merge pull request #355 from EYBlockchain/lydia/issueTemplates
Lydia/issue templates
2 parents 968b645 + ad35058 commit d829286

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

.github/ISSUE_TEMPLATE/bug_fix.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug fix
3+
about: Create an issue that fixes a bug
4+
title: "[Bug fix]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Overview
11+
**Describe what is affected by this bug, including any test contracts, and the error that should be fixed**
12+
13+
### Tasks
14+
**Describe which contracts are affected**
15+
Include contracts, which are affected here.
16+
17+
**Describe the bug that should be fixed**
18+
If any initial debugging has been completed include any helpful information here.
19+
20+
21+
### Definition of done
22+
**When is this task complete?**
23+
Give a description of what should be tested for this task to be complete.
24+
25+
#### Links
26+
**Include relevant links here**
27+
These could be links to papers, articles or other issues this is linked to.
28+
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Feature request
3+
about: Create an issue that adds a new feature
4+
title: "[Feature]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Overview
11+
**Give an idea of what this feature adds, the problems it aims to solve or the reason why it is being added**
12+
13+
### Tasks
14+
**Describe the solution you'd like**
15+
A clear and concise description of what you want to happen. Including if possible nice descriptions of how this will interface with the rest of the codebase.
16+
17+
### Optional
18+
**Describe alternatives you've considered**
19+
A clear and concise description of any alternative solutions or features you've considered and whether they should be tried if the original idea is infeasible.
20+
21+
### Definition of done
22+
**When is this task complete?**
23+
Give a description of what this code should be able to do to be considered complete, including what should be tested.
24+
25+
#### Links
26+
**Include relevant links here**
27+
These could be links to papers, articles or other issues this is linked to.
28+

0 commit comments

Comments
 (0)