-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #355 from EYBlockchain/lydia/issueTemplates
Lydia/issue templates
- Loading branch information
Showing
2 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: Bug fix | ||
about: Create an issue that fixes a bug | ||
title: "[Bug fix]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Overview | ||
**Describe what is affected by this bug, including any test contracts, and the error that should be fixed** | ||
|
||
### Tasks | ||
**Describe which contracts are affected** | ||
Include contracts, which are affected here. | ||
|
||
**Describe the bug that should be fixed** | ||
If any initial debugging has been completed include any helpful information here. | ||
|
||
|
||
### Definition of done | ||
**When is this task complete?** | ||
Give a description of what should be tested for this task to be complete. | ||
|
||
#### Links | ||
**Include relevant links here** | ||
These could be links to papers, articles or other issues this is linked to. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: Feature request | ||
about: Create an issue that adds a new feature | ||
title: "[Feature]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Overview | ||
**Give an idea of what this feature adds, the problems it aims to solve or the reason why it is being added** | ||
|
||
### Tasks | ||
**Describe the solution you'd like** | ||
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. | ||
|
||
### Optional | ||
**Describe alternatives you've considered** | ||
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. | ||
|
||
### Definition of done | ||
**When is this task complete?** | ||
Give a description of what this code should be able to do to be considered complete, including what should be tested. | ||
|
||
#### Links | ||
**Include relevant links here** | ||
These could be links to papers, articles or other issues this is linked to. | ||
|