Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_form.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: ✦ New Feature Request
description: Suggest an idea or update to the documentation website.
title: '[Feature Request]: '
labels: ['enhancement']
body:
- type: markdown
attributes:
value: |
### Check the repo!
This field is to issue a feature request for the WEBSITE and documentation at [L5lua.org](https://l5lua.org). To issue a feature request for the L5 coding library itself, visit the [L5 repo](https://github.com/L5lua/L5/issues) issues.
- type: textarea
attributes:
label: Feature Description
description: A clear and concise description of the feature you'd like to see.
validations:
required: true
- type: textarea
attributes:
label: Problem or Use Case
description: What problem does this solve? What would this feature enable you to do?
validations:
required: true
- type: textarea
attributes:
label: Proposed Solution
description: How do you envision this feature working? Be as detailed as you'd like.
validations:
required: true
- type: textarea
attributes:
label: Example Code (optional)
description: If applicable, show what the API or usage might look like
validations:
required: false
- type: textarea
attributes:
label: Alternatives Considered (optional)
description: Have you thought of any alternative solutions or workarounds?
validations:
required: false
- type: textarea
attributes:
label: Additional Context (optional)
description: Add any other context, mockups, links to similar features in other libraries, or screenshots about the feature request here.
validations:
required: false
- type: checkboxes
id: priority
attributes:
label: How important is this feature to you?
description: You may select more than one.
options:
- label: Nice to have
- label: Would improve my workflow
- label: Critical for my project
57 changes: 0 additions & 57 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.