Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion draft/DRAFT_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ and just ask the editors to select the category.
### Project/Tooling Updates

### Observations/Thoughts
An in-brief outline for microBioRust, a new open source project for microbial bioinformatics
[details here](https://lcrossman.github.io/)

Comment on lines +41 to 43
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting suggestion for future PRs:

Suggested change
An in-brief outline for microBioRust, a new open source project for microbial bioinformatics
[details here](https://lcrossman.github.io/)
* [microBioRust, a new open source project for microbial bioinformatics](https://lcrossman.github.io/)

### Rust Walkthroughs

Expand Down Expand Up @@ -80,7 +82,9 @@ Every week we highlight some tasks from the Rust community for you to pick and g
Some of these tasks may also have mentors available, visit the task page for more information.

<!-- CFPs go here, use this format: * [project name - title of issue](URL to issue) -->
<!-- * [ - ]() -->
* [ microBioRust - continuous integration setup ](https://github.com/LCrossman/microBioRust/issues/7)
* [ microBioRust - eliminate unwrap() ] (https://github.com/LCrossman/microBioRust/issues/3)
* [ microBioRust - review error handling] (https://github.com/LCrossman/microBioRust/issues/1)
<!-- or if none - *No Calls for participation were submitted this week.* -->

If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines] or through a [PR to TWiR](https://github.com/rust-lang/this-week-in-rust) or by reaching out on [X (formerly Twitter)](https://x.com/ThisWeekInRust) or [Mastodon](https://mastodon.social/@thisweekinrust)!
Expand Down
Loading