1---
2name: Custom pull request template
3about: Pull request template for miscellaneous changes.
4title: "[OTHER]"
5labels: ''
6assignees: Alexhuszagh
7
8---
9
10**NOTE:**
11- If you have made non-trivial changes to the code, please make sure to run unittests prior to committing.
12- Please run `cargo fmt` on nightly prior to committing.
13
14## Optional Debugging Information
15
16If applicable to the issue, here are a few things you should provide to help me understand the issue:
17
18- Rust version: `rustc -V`
19- minimal-lexical version:
20
21## Description
22Please include a clear and concise description of the changes.
23