From 8cae60371cf36fcb42f5c207a03f2c8a26000051 Mon Sep 17 00:00:00 2001 From: cloudhead Date: Mon, 11 Sep 2023 16:33:54 +0200 Subject: [PATCH] cli: Simplified issue opening We remove the YAML front-matter, since that was annoying to use. Issues are now edited like patches and commit messages. Labeling and assigning are done via dedicated commands. --- radicle-cli/src/commands/issue.rs | 229 ++++++++++++------------------ radicle/src/cob/issue.rs | 22 ++- 2 files changed, 106 insertions(+), 145 deletions(-) diff --git a/radicle-cli/src/commands/issue.rs b/radicle-cli/src/commands/issue.rs index 9886c098..991ef414 100644 --- a/radicle-cli/src/commands/issue.rs +++ b/radicle-cli/src/commands/issue.rs @@ -51,12 +51,16 @@ Options "#, }; -#[derive(serde::Deserialize, serde::Serialize, Debug)] -pub struct Metadata { - title: String, - labels: Vec