Closed thepetk closed 11 months ago
/type task
/label config
This item focuses on the investigation for a list of commands that our projectman.json file will support. For example:
projectman.json
// projectman.json [ // project 1 - issues which are bugs and features { "labels": [ "bug", "feature"], "type": ["issue"], } ]
Another step for this issue is to implement the class of RepoConfiguration which will have all commands as attributes.
RepoConfiguration
blocks #6
/type task
Which area/kind this task is related to?
/label config
Issue Description
This item focuses on the investigation for a list of commands that our
projectman.json
file will support. For example:Another step for this issue is to implement the class of
RepoConfiguration
which will have all commands as attributes.Acceptance Criteria