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
- Removed titles since they don't provide added benefit upon the labels
and would often lead to being submitted with just the placeholder
title.
- Feature request form
- Added further context to benefits field for hopefully better
responses that target the core goal.
- Added a field to ask if feature can already be achieved, to
gain an idea if the submitter has explored other options (if
existing).
- Added a field to ensure the submitter has search the issue list
before submitting.
- Added a field to ask existing BookStack usage time to understand
potential evolution of usage and/or influence of other platforms.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+36-3Lines changed: 36 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
name: Feature Request
2
2
description: Request a new feature or idea to be added to BookStack
3
-
title: "[Feature Request]: "
4
3
labels: [":hammer: Feature Request"]
5
4
body:
6
5
- type: textarea
@@ -13,8 +12,42 @@ body:
13
12
- type: textarea
14
13
id: benefits
15
14
attributes:
16
-
label: Describe the benefits this feature would bring to BookStack users
17
-
description: Explain the measurable benefits this feature would achieve for existing BookStack users
15
+
label: Describe the benefits this would bring to existing BookStack users
16
+
description: |
17
+
Explain the measurable benefits this feature would achieve for existing BookStack users.
18
+
These benefits should details outcomes in terms of what this request solves/achieves, and should not be specific to implementation.
19
+
This helps us understand the core desired goal so that a variety of potential implementations could be explored.
20
+
This field is important. Lack if input here may lead to early issue closure.
21
+
validations:
22
+
required: true
23
+
- type: textarea
24
+
id: already_achieved
25
+
attributes:
26
+
label: Can the goal of this request already be achieved via other means?
27
+
description: |
28
+
Yes/No. If yes, please describe how the requested approach fits in with the existing method.
29
+
validations:
30
+
required: true
31
+
- type: checkboxes
32
+
id: confirm-search
33
+
attributes:
34
+
label: Have you searched for an existing open/closed issue?
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)
37
+
for any existing issues that cover the fundemental benefit/goal of your request.
38
+
options:
39
+
- label: I have searched for existing issues and none cover my fundemental request
0 commit comments