File tree Expand file tree Collapse file tree 2 files changed +86
-0
lines changed Expand file tree Collapse file tree 2 files changed +86
-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
+ ** 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.
Original file line number Diff line number Diff line change
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.]
You can’t perform that action at this time.
0 commit comments