Skip to content

Commit 47b043e

Browse files
committed
task: add Owner field
Add Owner field to Task struct.
1 parent 47cdacb commit 47b043e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

task.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ type Task struct {
1313
// A one or two sentence description of what the task does
1414
Description string
1515

16+
// Owner is the owner of the task, such as the name or contact info of the team responsible
17+
// for maintaining it. It is optional.
18+
Owner string
19+
1620
// XXX: Pass files in so that task can decide to do less work, i.e. if
1721
// you change a go file we can run go fmt on just that file.
1822

0 commit comments

Comments
 (0)