2022-12-13 00:54:59 +03:00
|
|
|
name: Feature request
|
|
|
|
description: Propose a new feature.
|
|
|
|
title: "[FR]: Please title this feature request"
|
|
|
|
labels: "enhancement"
|
|
|
|
body:
|
|
|
|
- type: textarea
|
|
|
|
id: version
|
|
|
|
attributes:
|
|
|
|
label: Does the feature exist in the most recent commit?
|
|
|
|
description: We recommend using the latest commit from GitHub in your projects.
|
|
|
|
validations:
|
|
|
|
required: true
|
2023-03-06 20:03:15 +03:00
|
|
|
- type: textarea
|
2022-12-13 00:54:59 +03:00
|
|
|
id: why
|
|
|
|
attributes:
|
|
|
|
label: Why do we need this feature?
|
|
|
|
description: Ideally, explain why a combination of existing features cannot be used instead.
|
|
|
|
validations:
|
|
|
|
required: true
|
2023-03-06 20:03:15 +03:00
|
|
|
- type: textarea
|
2022-12-13 00:54:59 +03:00
|
|
|
id: proposal
|
|
|
|
attributes:
|
|
|
|
label: Describe the proposal.
|
|
|
|
description: Include a detailed description of the feature, with usage examples.
|
|
|
|
validations:
|
|
|
|
required: true
|
2023-03-06 20:03:15 +03:00
|
|
|
- type: textarea
|
2022-12-13 00:54:59 +03:00
|
|
|
id: platform
|
|
|
|
attributes:
|
|
|
|
label: Is the feature specific to an operating system, compiler, or build system version?
|
|
|
|
description: If it is, please specify which versions.
|
|
|
|
validations:
|
|
|
|
required: true
|