2022-08-17 20:25:13 +08:00
|
|
|
name: Feature Request
|
2022-09-01 23:22:42 +08:00
|
|
|
description: Suggest an idea for CryptPad.
|
2022-09-01 19:25:45 +08:00
|
|
|
labels: ["Feature Request"]
|
2022-08-17 20:25:13 +08:00
|
|
|
body:
|
2022-09-01 23:22:42 +08:00
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
|
|
|
label: Contribution guidelines
|
|
|
|
description: Please read the code of conduct before proceeding.
|
|
|
|
options:
|
|
|
|
- label: I've read the [code of conduct](https://github.com/xwiki-labs/cryptpad/blob/main/CODE_OF_CONDUCT.md) and wholeheartedly agree
|
|
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
|
|
|
label: I would like to request a new feature for CryptPad
|
|
|
|
description: Prior to creating a new issue, please check following:** *(fill out each checkbox with an `X` once done)*
|
|
|
|
options:
|
|
|
|
- label: I have searched past issues and labels to check that my question/idea does not exist
|
|
|
|
required: true
|
|
|
|
- label: I have understood that this report is dedicated for feature requests, and not for support-related inquiries.
|
|
|
|
required: true
|
|
|
|
- label: I have understood that answers are voluntary and community-driven, and not commercial support.
|
|
|
|
required: true
|
2022-08-17 20:25:13 +08:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Summary
|
|
|
|
description: Please describe your idea in a reasonable amount of detail.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Motivation
|
|
|
|
description: Please describe how your idea would benefit you and other users.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Additional context
|
2022-09-01 19:32:12 +08:00
|
|
|
description: Add any other context or screenshots about the feature request.
|