Skip to content

Commit 051de23

Browse files
authored
Added issue templates
I added two templates for bug reports and feature requests.
1 parent 1f96316 commit 051de23

2 files changed

Lines changed: 59 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug report for CodeJudge
3+
about: Create a report to help me improve CodeJudge
4+
title: "'CodeJudge v.1.0.0: Bug report'"
5+
labels: bug, latest_version
6+
assignees: naibaf-1
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '...'
17+
3. Scroll down to '...'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Actual behavior**
24+
A clear and concise description of what actually happened.
25+
26+
**Screenshots**
27+
If applicable, add screenshots to help explain your problem more clearly.
28+
29+
**Smartphone (please complete the following information):**
30+
- Device: [e.g.: Dell Latitude 7470]
31+
- OS: [e.g.: Debian 13]
32+
- Browser: [e.g.: stock browser, FireFox]
33+
- CodeJudge Version: [e.g.: v.1.0.0]
34+
35+
**Additional context**
36+
Add any other context about the problem here.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request for CodeJudge
3+
about: Suggest an idea for CodeJudge
4+
title: 'CodeJudge v.1.0.0: Feature request'
5+
labels: enhancement, latest_version
6+
assignees: naibaf-1
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. For example: "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, become improved or added. How should the feature work from the user's perspective?
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, details, or screenshots about the feature request here. For UI changes, you may also attach mock-ups or sketches if possible.
21+
22+
**Acceptance Criteria**
23+
List clear, specific requirements or conditions for this feature to be considered complete.

0 commit comments

Comments
 (0)