android13/external/rust/crates/minimal-lexical/.github/ISSUE_TEMPLATE/feature_request.md

28 lines
731 B
Markdown
Raw Normal View History

2024-06-22 08:45:49 -04:00
---
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.