Skip to content

Commit

Permalink
format as header
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Sep 20, 2024
1 parent 284814b commit d5959b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/cli/src/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ pub fn replace_proposal_options(change: &SubnetChangeResponse, forum_post_link:

Ok(ic_admin::ProposeOptions {
title: Some(change_desc.clone()),
summary: Some(change_desc),
summary: Some(format!("# {change_desc}")),
motivation: Some(format!("{}\n\n{}\n", change.motivation.as_ref().unwrap_or(&String::new()), change)),
forum_post_link,
})
Expand Down

0 comments on commit d5959b1

Please sign in to comment.