leo/.github/ISSUE_TEMPLATE/1_feature.md

37 lines
792 B
Markdown
Raw Normal View History

2020-07-31 09:38:39 +03:00
---
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))