.github/ISSUE_TEMPLATE/feature_request.md
---
name: Feature Request
about: Ask for a new feature, or something that you'd like to see changed.
title: '[FEAT]'
labels: 'feat'
assignees: 'damienwebdev'
---
<!--
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
-->
# :bulb: Feature request
## Feature Name
<!-- Naming is hard, what do YOU call this feature? -->
## The Desired Behavior
<!-- Please describe, in as much detail as you can, what you'd like to see happen. -->
## Your Use Case
<!-- Please try to format as "As a {role}, I'd like to be able to do {x}. -->
## Prior Work
<!-- If you got this idea from somewhere, please indicate where you got it from. -->
## Environment
<pre><code>
Daffodil version: X.Y.Z
Angular version: X.Y.Z
<!-- Check whether this is still an issue in the most recent Daffodil version -->
For Tooling issues:
- Node version: XX <!-- run `node --version` -->
- Platform: <!-- Mac, Linux, Windows -->
Others:
<!-- Anything else relevant? Operating system version, IDE, package manager, HTTP server, ... -->
</code></pre>