/ .github / ISSUE_TEMPLATE / feature.md
feature.md
 1  ---
 2  name:  🚀 Feature
 3  about: Submit a new feature request
 4  title: "[Feature]"
 5  labels: feature
 6  ---
 7  
 8  ## 🚀 Feature
 9  
10  <!-- What is the feature you would like to see in snarkVM? -->
11  
12  (Write your description here)
13  
14  ## Motivation
15  
16  <!--
17      Why should this feature be implemented in snarkVM?
18      How would this feature be used in snarkVM?
19      
20      Is this feature request related to a problem? If so, please describe.
21      Please link to any relevant issues or other PRs!
22  -->
23  
24  (Outline your motivation here)
25  
26  ## Implementation
27  
28  <!--
29      What needs to be built for the feature to be supported in snarkVM?
30      What components of snarkVM will be affected by this design (if any)?
31      How should this feature be implemented?
32  -->
33  
34  **Are you willing to open a pull request?** (See [CONTRIBUTING](../../CONTRIBUTING.md))