hubl/.gitlab/issue_templates/feature.md

664 B

What needs to be done?

/estimate Xh /label ~feature

Technical details

Are there any technical details worth mentioning?

  1. Link to user story in wiki
  2. other related Gitlab issues

How to complete

  1. How to complete a Feature
  2. Ask any question you have in the issue comments before starting
  3. Create a new branch named issue-${ISSUE_NUMBER}
  4. Implement a simple test to illustrate the desired functionality
  5. Write some code to complete this task
  6. Write some additional tests to cover edge cases and some possible errors
  7. Write documentation about what have you done and why you have done it this way
  8. Submit a merge request