mirror of
https://github.com/cloudflare/workers-rs.git
synced 2026-02-01 14:36:45 +00:00
23 lines
682 B
YAML
23 lines
682 B
YAML
name: ⭐ Feature Request
|
|
description: Submit a feature request
|
|
title: "[Feature] <title>"
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Feature Request Form
|
|
Thanks for submitting a feature request! Please fill out this form as completely as possible.
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Is there an existing issue for this?
|
|
description: Please search to see if an issue already exists for the bug you encountered.
|
|
options:
|
|
- label: I have searched the existing issues
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: A concise description of the feature requested.
|
|
validations:
|
|
required: true
|