diff options
author | toscalix <agustin.benito@codethink.co.uk> | 2018-07-30 14:47:23 +0200 |
---|---|---|
committer | Agustin Benito Bethencourt <toscalix@gmail.com> | 2018-08-06 10:56:40 +0000 |
commit | 12c79366950f4b8b00a25f7cff486cbea1d10186 (patch) | |
tree | 98457d2384eaba148a2c8d0aa0991fbda930fa2a /.gitlab | |
parent | c04b8421cebb6620d2dd0fec765a867f6782421d (diff) | |
download | buildstream-12c79366950f4b8b00a25f7cff486cbea1d10186.tar.gz |
removed space in task template so checkboxes work as expected
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/bst_task.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab/issue_templates/bst_task.md b/.gitlab/issue_templates/bst_task.md index aa125f2bf..cfec4b81f 100644 --- a/.gitlab/issue_templates/bst_task.md +++ b/.gitlab/issue_templates/bst_task.md @@ -6,9 +6,9 @@ [//]: # (Short summary of the action to be executed) -* [ ] Action 1 -* [ ] Action 2 -* [ ] Action 3 +* [ ] Action 1 +* [ ] Action 2 +* [ ] Action 3 ## Acceptance Criteria |