14 lines
379 B
Markdown
14 lines
379 B
Markdown
|
---
|
|||
|
name: '➕ New Feature'
|
|||
|
about: 'Submit a pull request which introduces a new feature into the framework.'
|
|||
|
title: 'feat: '
|
|||
|
ref: 'develop'
|
|||
|
labels:
|
|||
|
- 'PRStatus/Open'
|
|||
|
- 'PR/NewFeature'
|
|||
|
---
|
|||
|
<!--
|
|||
|
Please name some context on what you've fixed. Also name the issue number (if there is one)
|
|||
|
and make a list of changes you've made if your pull request includes many changes.
|
|||
|
-->
|