From 41b8e5db5541884010b27ba5dd0f82ead8c5c98c Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Sat, 29 Feb 2020 16:39:27 +0100 Subject: [PATCH] Add roadmap --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 18f3e1f..a4bf623 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,14 @@ Use "campaigner [command] --help" for more information about a command. 7. Run `campaigner publish` to create the tickets in `jira` based on the template. 8. Possible next step to publish the tickets from `jira` to `github`. + +## Roadmap + +- [ ] Modify the add command to only act on `stdin`, using the + `--grep` and `--govet` flags to distinguish how to parse the + input. +- [ ] Add `--ag` to the `add` command. +- [ ] Add the `publish` command. +- [ ] Add state management to the tickets and links to the jira + issues. +- [ ] Add the `sync` command to synchronize the issue state.