huskies: merge 880
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
//! Bug, spike, and refactor pipeline-item operations — creation and listing.
|
||||
//! Bug, spike, refactor, and epic pipeline-item operations — creation and listing.
|
||||
|
||||
mod bug;
|
||||
mod epic;
|
||||
mod refactor;
|
||||
mod spike;
|
||||
|
||||
@@ -8,5 +9,6 @@ mod spike;
|
||||
mod tests;
|
||||
|
||||
pub use bug::{create_bug_file, list_bug_files};
|
||||
pub use epic::create_epic_file;
|
||||
pub use refactor::{create_refactor_file, list_refactor_files};
|
||||
pub use spike::create_spike_file;
|
||||
|
||||
Reference in New Issue
Block a user