1name: Feature request 2description: Propose a new feature. 3title: "[FR]: Please title this feature request" 4labels: "enhancement" 5body: 6 - type: textarea 7 id: version 8 attributes: 9 label: Does the feature exist in the most recent commit? 10 description: We recommend using the latest commit from GitHub in your projects. 11 validations: 12 required: true 13 - type: textarea 14 id: why 15 attributes: 16 label: Why do we need this feature? 17 description: Ideally, explain why a combination of existing features cannot be used instead. 18 validations: 19 required: true 20 - type: textarea 21 id: proposal 22 attributes: 23 label: Describe the proposal. 24 description: Include a detailed description of the feature, with usage examples. 25 validations: 26 required: true 27 - type: textarea 28 id: platform 29 attributes: 30 label: Is the feature specific to an operating system, compiler, or build system version? 31 description: If it is, please specify which versions. 32 validations: 33 required: true 34