Skip to content

Commit 85e4725

Browse files
authored
Merge pull request #74 from group9-devops/bug-report-template
setup bug reporting templates
2 parents 19cad82 + 79d89d7 commit 85e4725

2 files changed

Lines changed: 105 additions & 0 deletions

File tree

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
name: Bug Report
2+
description: Report an issue with the population reporting system.
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
assignees: [TULASI, CHIEDZA, EUAN, ADIN]
6+
7+
body:
8+
- type: textarea
9+
id: description
10+
attributes:
11+
label: What went wrong?
12+
description: Describe the bug clearly.
13+
placeholder: e.g. "City report does not sort by population correctly."
14+
validations:
15+
required: true
16+
17+
- type: textarea
18+
id: steps
19+
attributes:
20+
label: Steps to reproduce
21+
description: How can we reproduce the problem?
22+
placeholder: |
23+
1. Run the application
24+
2. Select "Top N Countries in Africa"
25+
3. Enter N = 10
26+
4. Output not ordered correctly
27+
validations:
28+
required: true
29+
30+
- type: textarea
31+
id: expected
32+
attributes:
33+
label: Expected behaviour
34+
placeholder: "The report should show countries ordered from highest to lowest population."
35+
validations:
36+
required: true
37+
38+
- type: textarea
39+
id: actual
40+
attributes:
41+
label: Actual behaviour
42+
placeholder: "The system displays them in ascending order instead."
43+
validations:
44+
required: true
45+
46+
- type: dropdown
47+
id: severity
48+
attributes:
49+
label: Severity
50+
options:
51+
- Low
52+
- Medium
53+
- High
54+
default: 1
55+
56+
- type: textarea
57+
id: logs
58+
attributes:
59+
label: Relevant logs or SQL errors
60+
render: shell
61+
placeholder: "Paste error messages here (if any)."
62+
63+
- type: textarea
64+
id: notes
65+
attributes:
66+
label: Additional information
67+
placeholder: "Screenshots, database inputs, N values, etc."
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug, documentation, enhancement, question
6+
assignees: YevisoChiedza1, tulsirijal, Adinc02, iSee-Red
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+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.

0 commit comments

Comments
 (0)