Skip to content

Commit b005b61

Browse files
authored
Merge pull request #4 from CS3219-AY2425S1/Jajared-patch-1
Update issue templates
2 parents 9eaadec + 3e5fce3 commit b005b61

File tree

2 files changed

+86
-0
lines changed

2 files changed

+86
-0
lines changed
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
6+
assignees: ''
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.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: Feature Description
3+
about: New feature
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
# Feature: [Feature Title]
11+
12+
## **Description**
13+
[Provide a clear and concise description of the feature.]
14+
15+
---
16+
17+
## **User Story**
18+
As a [type of user], I want [goal] so that [reason/benefit].
19+
20+
---
21+
22+
## **Acceptance Criteria**
23+
- [List the conditions that must be met for the feature to be considered complete.]
24+
- [Example: The user should be able to reset their password through email.]
25+
- [Example: If no match is found, the system should display a timeout message.]
26+
27+
---
28+
29+
## **Technical Requirements**
30+
- [List any specific technical requirements or implementation details.]
31+
- [Example: OAuth integration using Google and GitHub.]
32+
- [Example: Real-time matching algorithm based on difficulty and topic.]
33+
34+
---
35+
36+
## **Dependencies**
37+
- [List any dependencies or prerequisites.]
38+
- [Example: This feature depends on the user authentication service being fully implemented.]
39+
40+
---
41+
42+
## **Related Links**
43+
- [Link to any relevant documentation, GitHub issues, or design files.]
44+
45+
---
46+
47+
## **Notes/Comments**
48+
- [Any additional notes or comments related to the feature.]

0 commit comments

Comments
 (0)