23 lines
598 B
Markdown
23 lines
598 B
Markdown
|
---
|
||
|
name: Custom pull request template
|
||
|
about: Pull request template for miscellaneous changes.
|
||
|
title: "[OTHER]"
|
||
|
labels: ''
|
||
|
assignees: Alexhuszagh
|
||
|
|
||
|
---
|
||
|
|
||
|
**NOTE:**
|
||
|
- If you have made non-trivial changes to the code, please make sure to run unittests prior to committing.
|
||
|
- Please run `cargo fmt` on nightly prior to committing.
|
||
|
|
||
|
## Optional Debugging Information
|
||
|
|
||
|
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 changes.
|