This repository was archived by the owner on Nov 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +73
-0
lines changed
Expand file tree Collapse file tree 3 files changed +73
-0
lines changed Original file line number Diff line number Diff line change 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?
Original file line number Diff line number Diff line change 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?
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments