17 lines
371 B
Markdown
17 lines
371 B
Markdown
|
---
|
||
|
name: Feature request
|
||
|
about: Suggest an idea for Lprs
|
||
|
title: '[Feature request]: ...'
|
||
|
labels: ["🔥 Feature"]
|
||
|
assignees: ''
|
||
|
---
|
||
|
|
||
|
## Feature description
|
||
|
<!-- A clear and concise description of what the feature is, and why you think it is needed. -->
|
||
|
|
||
|
## Example
|
||
|
<!-- A clear and concise example of how the feature will be used. (If needed) -->
|
||
|
```bash
|
||
|
$ lprs ...
|
||
|
```
|