lion/.github/ISSUE_TEMPLATE/feature_request.md
2020-09-23 17:30:48 +02:00

19 lines
282 B
Markdown

---
name: Feature Request
about: You have an idea about an additional feature
title: '[Feature Request] ...'
labels: ''
assignees: ''
---
## Idea
By adding `my-flag` we can solve ...
## Straw Man Proposal
The api could look like this
```js
<my-el my-flag="option"></my-el>
```