18 lines
354 B
Markdown
18 lines
354 B
Markdown
---
|
|
name: 'Feature Template'
|
|
about: 'This template is for new features!'
|
|
title: '[FEATURE]: '
|
|
ref: 'main'
|
|
labels:
|
|
- feature
|
|
---
|
|
## Description
|
|
<!--- Describe the goal and desired output --->
|
|
<!--- Add the estimated effort as label --->
|
|
|
|
## Acceptance criteria
|
|
- [ ] AC 1
|
|
- [ ] AC 2
|
|
|
|
## External or internal Dependencies
|
|
<!-- List any dependencies --->
|