You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+12-21Lines changed: 12 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,14 @@
1
1
name: Bug Report
2
-
description: Create a report to help us improve or fix things
2
+
description: Create a report to help us fix bugs & issues in existing supported functionality
3
3
labels: [":bug: Bug"]
4
4
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
Thanks for taking the time to fill out a bug report!
9
+
Please note that this form is for reporting bugs in existing supported functionality.
10
+
11
+
If you are reporting something that's not an issue in functionality we've previously supported and/or is simply something different to your expectations, then it may be more appropriate to raise via a feature or support request instead.
5
12
- type: textarea
6
13
id: description
7
14
attributes:
@@ -13,7 +20,7 @@ body:
13
20
id: reproduction
14
21
attributes:
15
22
label: Steps to Reproduce
16
-
description: Detail the steps that would replicate this issue
23
+
description: Detail the steps that would replicate this issue.
17
24
placeholder: |
18
25
1. Go to '...'
19
26
2. Click on '....'
@@ -32,7 +39,7 @@ body:
32
39
id: context
33
40
attributes:
34
41
label: Screenshots or Additional Context
35
-
description: Provide any additional context and screenshots here to help us solve this issue
42
+
description: Provide any additional context and screenshots here to help us solve this issue.
36
43
validations:
37
44
required: false
38
45
- type: input
@@ -48,23 +55,7 @@ body:
48
55
id: bsversion
49
56
attributes:
50
57
label: Exact BookStack Version
51
-
description: This can be found in the settings view of BookStack. Please provide an exact version.
52
-
placeholder: (eg. v21.08.5)
53
-
validations:
54
-
required: true
55
-
- type: input
56
-
id: phpversion
57
-
attributes:
58
-
label: PHP Version
59
-
description: Keep in mind your command-line PHP version may differ to that of your webserver. Provide that relevant to the issue.
60
-
placeholder: (eg. 7.4)
61
-
validations:
62
-
required: false
63
-
- type: textarea
64
-
id: hosting
65
-
attributes:
66
-
label: Hosting Environment
67
-
description: Describe your hosting environment as much as possible including any proxies used (If applicable).
68
-
placeholder: (eg. Ubuntu 20.04 VPS, installed using official installation script)
58
+
description: This can be found in the settings view of BookStack. Please provide an exact version(s) you've tested on.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -33,18 +33,18 @@ body:
33
33
attributes:
34
34
label: Have you searched for an existing open/closed issue?
35
35
description: |
36
-
To help us keep these issues under control, please ensure you have first [searched our issue list](https://github.com/BookStackApp/BookStack/issues?q=is%3Aissue) for any existing issues that cover the fundemental benefit/goal of your request.
36
+
To help us keep these issues under control, please ensure you have first [searched our issue list](https://github.com/BookStackApp/BookStack/issues?q=is%3Aissue) for any existing issues that cover the fundamental benefit/goal of your request.
37
37
options:
38
-
- label: I have searched for existing issues and none cover my fundemental request
38
+
- label: I have searched for existing issues and none cover my fundamental request
0 commit comments