28 lines
664 B
Markdown
28 lines
664 B
Markdown
|
## What needs to be done?
|
||
|
|
||
|
/estimate Xh
|
||
|
/label ~feature
|
||
|
|
||
|
|
||
|
## Technical details
|
||
|
|
||
|
Are there any technical details worth mentioning?
|
||
|
|
||
|
|
||
|
## Links
|
||
|
|
||
|
1. Link to user story in wiki
|
||
|
1. other related Gitlab issues
|
||
|
|
||
|
|
||
|
## How to complete
|
||
|
|
||
|
1. How to complete a Feature
|
||
|
1. Ask any question you have in the issue comments before starting
|
||
|
1. Create a new branch named issue-${ISSUE_NUMBER}
|
||
|
1. Implement a simple test to illustrate the desired functionality
|
||
|
1. Write some code to complete this task
|
||
|
1. Write some additional tests to cover edge cases and some possible errors
|
||
|
1. Write documentation about what have you done and why you have done it this way
|
||
|
1. Submit a merge request
|