28 lines
731 B
Markdown
28 lines
731 B
Markdown
|
---
|
||
|
name: Feature request
|
||
|
about: Suggest an idea for this project.
|
||
|
title: "[FEATURE]"
|
||
|
labels: enhancement
|
||
|
assignees: Alexhuszagh
|
||
|
|
||
|
---
|
||
|
|
||
|
## Problem
|
||
|
A clear and concise description of what the problem is. Ex. minimal-lexical does not parse standard-conforming JSON numbers.
|
||
|
|
||
|
## Solution
|
||
|
A clear and concise description of what you want to happen.
|
||
|
|
||
|
## Prerequisites
|
||
|
|
||
|
If applicable to the feature request, here are a few things you should provide to help me understand the issue:
|
||
|
|
||
|
- Rust version: `rustc -V`
|
||
|
- minimal-lexical version:
|
||
|
|
||
|
## Alternatives
|
||
|
A clear and concise description of any alternative solutions or features you've considered.
|
||
|
|
||
|
## Additional Context
|
||
|
Add any other context or screenshots about the feature request here.
|