-
Notifications
You must be signed in to change notification settings - Fork 58
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 #271 from bancorprotocol/issue-templates
Update issue templates
- Loading branch information
Showing
3 changed files
with
73 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,31 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Bug Description | ||
- Summary of the bug | ||
|
||
## Severity (High/Medium/Low) | ||
- Rate the severity. High: "I can't/won't use the bot due to this", Low: "I can work around it", Medium: (anything in between). | ||
|
||
## Steps to Reproduce | ||
- Step-by-step reproduction method, include environment information if relevant - such as Python version and OS. | ||
|
||
## Expected Behavior | ||
- What should happen | ||
|
||
## Actual Behavior | ||
- What currently happens | ||
|
||
## Impact Analysis (to be filled by contributors) | ||
- Automated Tests: Are there existing tests covering this? Do we need new tests? | ||
- Risks: Potential areas affected by this bug and its probable fix | ||
- Performance: Is this bug affecting performance? | ||
- Monitoring: Does this affect any current monitoring? Any new alerts needed? | ||
- Logging: Any changes required in logging? | ||
- Documentation: Updates needed in documentation? |
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,22 @@ | ||
--- | ||
name: Enhancement | ||
about: A detailed description of the planned enhancement | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Enhancement Description | ||
- Summary of the enhancement | ||
|
||
## Rationale | ||
- Why is this enhancement important? | ||
|
||
## Impact Analysis | ||
- Automated Tests: Implications on testing (new/changed) | ||
- Risks: What are the risks associated with this enhancement? | ||
- Performance: Expected performance impacts and how to measure them | ||
- Monitoring: Changes required in the monitoring system | ||
- Logging: Do we need additional logs? | ||
- Documentation: Updates or new documentation needed? |
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,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |