CORE/.gitea/pull_request_template/newfeature.md

13 lines
379 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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.
-->