File tree Expand file tree Collapse file tree 4 files changed +80
-0
lines changed Expand file tree Collapse file tree 4 files changed +80
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Describe the bug\*\*
2
+
3
+ A clear and concise description of what the bug is.
4
+
5
+ ** To Reproduce**
6
+ Steps to reproduce the behavior:
7
+
8
+ 1 . Go to '...'
9
+ 2 . Click on '....'
10
+ 3 . Scroll down to '....'
11
+ 4 . See error
12
+
13
+ ** Expected behavior**
14
+ A clear and concise description of what you expected to happen.
15
+
16
+ ** Screenshots**
17
+ If applicable, add screenshots to help explain your problem.
18
+
19
+ ** Environment:**
20
+
21
+ - Operating System: [ e.g. iOS]
22
+ - Browser and version: (To be filled based on the specific browser used)
23
+ - Application or software version: (The specific version of the application where the issue is discovered)
24
+
25
+ ** Additional context**
26
+ Add any other context about the problem here.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Custom issue template
3
+ about : Describe this issue template's purpose here.
4
+
5
+
6
+ ---
7
+
8
+
Original file line number Diff line number Diff line change
1
+ ** Is your feature request related to a problem? Please describe.**
2
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
3
+
4
+ ** Describe the solution you'd like**
5
+ A clear and concise description of what you want to happen.
6
+
7
+ ** Describe alternatives you've considered**
8
+ A clear and concise description of any alternative solutions or features you've considered.
9
+
10
+ ** Additional context**
11
+ Add any other context or screenshots about the feature request here.
Original file line number Diff line number Diff line change
1
+ # Submit a pull request
2
+
3
+ - [ ] This is not a duplicate of an existing pull request.
4
+ - [ ] No existing features have been broken without good reason.
5
+ - [ ] Your commit messages are detailed
6
+ - [ ] The code style guideline have been followed.
7
+ - [ ] Documentation has been updated to reflect your changes.
8
+ - [ ] Tests have been added or updated to reflect your changes.
9
+ - [ ] All tests pass.
10
+
11
+ ---
12
+
13
+ Replace any ":question : " below with information about your pull request.
14
+
15
+ ## Pull Request Details
16
+
17
+ Provide details about your pull request and what it adds, fixes, or changes.
18
+
19
+ :question :
20
+
21
+ ## Breaking Changes
22
+
23
+ Describe what features are broken by this pull request and why, if any.
24
+
25
+ :question :
26
+
27
+ ## Issues Fixed
28
+
29
+ Enter the issue numbers resolved by this pull request below, if any.
30
+
31
+ 1 . :question :
32
+
33
+ ## Other Relevant Information
34
+
35
+ Provide any other important details below.
You can’t perform that action at this time.
0 commit comments