Skip to content

Commit 963d8f4

Browse files
committed
Updated issue templates, readme and dev version
- Updated bug report template to capture browser. - Updated readme roadmap. - Bumped dev version.
1 parent 0de4d6d commit 963d8f4

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ body:
3535
description: Provide any additional context and screenshots here to help us solve this issue
3636
validations:
3737
required: false
38+
- type: input
39+
id: browserdetails
40+
attributes:
41+
label: Browser Details
42+
description: |
43+
If this is an issue that occurs when using the BookStack interface, please provide details of the browser used which presents the reported issue.
44+
placeholder: (eg. Firefox 97 (64-bit) on Windows 11)
45+
validations:
46+
required: false
3847
- type: input
3948
id: bsversion
4049
attributes:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ body:
3333
attributes:
3434
label: Have you searched for an existing open/closed issue?
3535
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.
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.
3837
options:
3938
- label: I have searched for existing issues and none cover my fundemental request
4039
required: true

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Below is a high-level road map view for BookStack to provide a sense of directio
6363

6464
- **Platform REST API** - *(Most actions implemented, maturing)*
6565
- *A REST API covering, at minimum, control of core content models (Books, Chapters, Pages) for automation and platform extension.*
66-
- **Editor Alignment & Review** - *(Started)*
66+
- **Editor Alignment & Review** - *(In Progress)*
6767
- *Review the page editors with goal of achieving increased interoperability & feature parity while also considering collaborative editing potential.*
6868
- **Permission System Review**
6969
- *Improvement in how permissions are applied and a review of the efficiency of the permission & roles system.*

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v21.11-dev
1+
v22.02-dev

0 commit comments

Comments
 (0)