diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index aa9a099c0..5c8734fd6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,6 +35,15 @@ body: description: Provide any additional context and screenshots here to help us solve this issue validations: required: false + - type: input + id: browserdetails + attributes: + label: Browser Details + description: | + If this is an issue that occurs when using the BookStack interface, please provide details of the browser used which presents the reported issue. + placeholder: (eg. Firefox 97 (64-bit) on Windows 11) + validations: + required: false - type: input id: bsversion attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 4826cc5ea..fb1e0b3b0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -33,8 +33,7 @@ body: attributes: label: Have you searched for an existing open/closed issue? description: | - 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. + 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. options: - label: I have searched for existing issues and none cover my fundemental request required: true diff --git a/readme.md b/readme.md index 6bc34256a..25c840a62 100644 --- a/readme.md +++ b/readme.md @@ -63,7 +63,7 @@ Below is a high-level road map view for BookStack to provide a sense of directio - **Platform REST API** - *(Most actions implemented, maturing)* - *A REST API covering, at minimum, control of core content models (Books, Chapters, Pages) for automation and platform extension.* -- **Editor Alignment & Review** - *(Started)* +- **Editor Alignment & Review** - *(In Progress)* - *Review the page editors with goal of achieving increased interoperability & feature parity while also considering collaborative editing potential.* - **Permission System Review** - *Improvement in how permissions are applied and a review of the efficiency of the permission & roles system.* diff --git a/version b/version index 8f6af9bee..668ff448d 100644 --- a/version +++ b/version @@ -1 +1 @@ -v21.11-dev +v22.02-dev