mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-24 07:48:04 +03:00
37 lines
792 B
Markdown
37 lines
792 B
Markdown
|
---
|
||
|
name: 🚀 Feature
|
||
|
about: Submit a new feature request
|
||
|
title: "[Feature]"
|
||
|
labels: feature
|
||
|
---
|
||
|
|
||
|
## 🚀 Feature
|
||
|
|
||
|
<!--
|
||
|
What is the feature you would like to see in Leo?
|
||
|
-->
|
||
|
|
||
|
(Write your description here)
|
||
|
|
||
|
## Motivation
|
||
|
|
||
|
<!--
|
||
|
Why should this feature be implemented in Leo?
|
||
|
How would this feature be used in Leo?
|
||
|
|
||
|
Is this feature request related to a problem? If so, please describe.
|
||
|
Please link to any relevant issues or other PRs!
|
||
|
-->
|
||
|
|
||
|
(Outline your motivation here)
|
||
|
|
||
|
## Implementation
|
||
|
|
||
|
<!--
|
||
|
What needs to be built for the feature to be supported in Leo?
|
||
|
What components of Leo will be affected by this design (if any)?
|
||
|
How should this feature be implemented?
|
||
|
-->
|
||
|
|
||
|
**Are you willing to open a pull request?** (See [CONTRIBUTING](../../CONTRIBUTING.md))
|