Skip to content

Commit

Permalink
fix default body
Browse files Browse the repository at this point in the history
  • Loading branch information
n01e0 committed Dec 29, 2023
1 parent 832c050 commit acf5d25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ppb"
version = "0.2.3"
version = "0.3.0"
edition = "2021"
authors = ["n01e0 <[email protected]>"]
license = "MIT"
Expand Down
4 changes: 3 additions & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ use serde::Deserialize;
pub const DEFAULT_ANNOTATION_LABELS: [&str; 2] = ["TODO", "FIXME"];
pub const DEFAULT_TITLE_FORMAT: &str = "[Postpone] {label}: {line}";
pub const DEFAULT_BODY_FORMAT: &str = r#"
Postpone: {label}
This issue was automatically generated by [Postpone bot](https://github.com/n01e0/ppb).
{label}
{file}:{line_number}
Expand Down

0 comments on commit acf5d25

Please sign in to comment.