File tree Expand file tree Collapse file tree 3 files changed +74
-0
lines changed Expand file tree Collapse file tree 3 files changed +74
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Report a bug you've encountered
4
+ title : " [Bug]: Please add a title"
5
+ labels : bug
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ## Summary
11
+ A clear and concise description of what the bug is.
12
+
13
+ ## To Reproduce
14
+ Steps to reproduce the behaviour:
15
+ 1 . Go to '...'
16
+ 2 . Click on '....'
17
+ 3 . Scroll down to '....'
18
+ 4 . See error
19
+
20
+ ## Expected behaviour
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
+ ## Environment
27
+ - Ruby version: [ e.g. 2.7.0]
28
+ - Jekyll version: [ e.g. 4.1.0]
29
+ - Theme version: [ e.g. 4.1.0]
30
+
31
+ ## Browser(s)
32
+ - OS: [ e.g. iOS]
33
+ - Browser [ e.g. chrome, safari]
34
+ - Version [ e.g. 22]
35
+
36
+ ## Additional context
37
+ Add any other context about the problem here.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Propose an idea or feature for this project
4
+ title : " [Proposal]: Please add a title"
5
+ labels : enhancement
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ## Summary
11
+ A clear and concise description of what the problem is. Is your feature request related to a problem?
12
+
13
+ ## Proposed solution
14
+ A clear and concise description of what you want to happen.
15
+
16
+ ## Other considerations
17
+ A clear and concise description of any alternative solutions or features you've considered.
18
+
19
+ ## Additional context
20
+ Add any other context or screenshots about the feature request here.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Help request
3
+ about : Ask for help or have a question
4
+ title : " [Question]: Please add a title"
5
+ labels : question
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ## Summary
11
+ A clear and concise description of what your question is.
12
+
13
+ ## Screenshots
14
+ If applicable, add screenshots to help explain your problem.
15
+
16
+ ## Additional context
17
+ Add any other context about the problem here.
You can’t perform that action at this time.
0 commit comments