mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
22 lines
686 B
YAML
22 lines
686 B
YAML
name: Feature request
|
|
description: Suggest a feature
|
|
labels: ["C-enhancement", "S-needs-triage"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Please ensure that the feature has not already been requested in the issue tracker.
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the feature
|
|
description: |
|
|
Please describe the feature and what it is aiming to solve, if relevant.
|
|
|
|
If the feature is for a crate, please include a proposed API surface.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context to the feature (like screenshots, resources)
|