]> BookStack Code Mirror - bookstack/blob - .github/ISSUE_TEMPLATE/feature_request.yml
078078e90e957b7717198f1dd31e3c1fdb27953a
[bookstack] / .github / ISSUE_TEMPLATE / feature_request.yml
1 name: Feature Request
2 description: Request a new feature or idea to be added to BookStack
3 title: "[Feature Request]: "
4 labels: [":hammer: Feature Request"]
5 body:
6   - type: textarea
7     id: description
8     attributes:
9       label: Describe the feature you'd like
10       description: Provide a clear description of the feature you'd like implemented in BookStack
11     validations:
12       required: true
13   - type: textarea
14     id: benefits
15     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
18     validations:
19       required: true
20   - type: textarea
21     id: context
22     attributes:
23       label: Additional context
24       description: Add any other context or screenshots about the feature request here.
25     validations:
26       required: false