22 lines
471 B
Markdown
22 lines
471 B
Markdown
|
---
|
||
|
name: Custom issue template
|
||
|
about: Issue template for miscellaneous issues.
|
||
|
title: "[OTHER]"
|
||
|
labels: ''
|
||
|
assignees: Alexhuszagh
|
||
|
|
||
|
---
|
||
|
|
||
|
## Prerequisites
|
||
|
|
||
|
If applicable to the issue, here are a few things you should provide to help me understand the issue:
|
||
|
|
||
|
- Rust version: `rustc -V`
|
||
|
- minimal-lexical version:
|
||
|
|
||
|
## Description
|
||
|
Please include a clear and concise description of the issue.
|
||
|
|
||
|
## Additional Context
|
||
|
Add any other context or screenshots about the issue here.
|