chore: added PR and issue templates
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
997691746a
commit
6874fadbb9
3 changed files with 95 additions and 0 deletions
18
.forgejo/issue_template/feature.md
Normal file
18
.forgejo/issue_template/feature.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
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 --->
|
||||
Loading…
Add table
Add a link
Reference in a new issue