CORE/.gitea/pull_request_template/newfeature.md

14 lines
379 B
Markdown
Raw Normal View History

2024-04-09 22:58:04 +02:00
---
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.
-->