diff options
author | toscalix <agustin.benito@codethink.co.uk> | 2018-05-24 21:07:24 +0200 |
---|---|---|
committer | toscalix <agustin.benito@codethink.co.uk> | 2018-05-24 21:07:24 +0200 |
commit | 9b261f560d888463a14a0118cbb7f4aaacf11d4b (patch) | |
tree | 871cc4f7ee3d10a410fc5e37a1bedf8e7fe1e298 /.gitlab | |
parent | 4d92c10686012bfda93bed221e61e31c154458a2 (diff) | |
download | buildstream-9b261f560d888463a14a0118cbb7f4aaacf11d4b.tar.gz |
bst_task.md: default template also as option
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/bst_task.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/bst_task.md b/.gitlab/issue_templates/bst_task.md new file mode 100644 index 000000000..aa125f2bf --- /dev/null +++ b/.gitlab/issue_templates/bst_task.md @@ -0,0 +1,17 @@ +## Background + +[//]: # (Provide a background or the root/source that justifies this task or action.) + +## Task description + +[//]: # (Short summary of the action to be executed) + +* [ ] Action 1 +* [ ] Action 2 +* [ ] Action 3 + +## Acceptance Criteria + +[//]: # (Acceptance criteria should follow the S.M.A.R.T. principle https://en.wikipedia.org/wiki/SMART_criteria ) + +---- |