Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 2ae95e0

Browse files
authored
Merge pull request #271 from bancorprotocol/issue-templates
Update issue templates
2 parents af52961 + 61e3610 commit 2ae95e0

File tree

3 files changed

+73
-0
lines changed

3 files changed

+73
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Bug Description
11+
- Summary of the bug
12+
13+
## Severity (High/Medium/Low)
14+
- 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).
15+
16+
## Steps to Reproduce
17+
- Step-by-step reproduction method, include environment information if relevant - such as Python version and OS.
18+
19+
## Expected Behavior
20+
- What should happen
21+
22+
## Actual Behavior
23+
- What currently happens
24+
25+
## Impact Analysis (to be filled by contributors)
26+
- Automated Tests: Are there existing tests covering this? Do we need new tests?
27+
- Risks: Potential areas affected by this bug and its probable fix
28+
- Performance: Is this bug affecting performance?
29+
- Monitoring: Does this affect any current monitoring? Any new alerts needed?
30+
- Logging: Any changes required in logging?
31+
- Documentation: Updates needed in documentation?
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Enhancement
3+
about: A detailed description of the planned enhancement
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## Enhancement Description
11+
- Summary of the enhancement
12+
13+
## Rationale
14+
- Why is this enhancement important?
15+
16+
## Impact Analysis
17+
- Automated Tests: Implications on testing (new/changed)
18+
- Risks: What are the risks associated with this enhancement?
19+
- Performance: Expected performance impacts and how to measure them
20+
- Monitoring: Changes required in the monitoring system
21+
- Logging: Do we need additional logs?
22+
- Documentation: Updates or new documentation needed?
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)