I built a tool that formats messy developer notes into clean GitHub Markdown (opens in new tab)
The Problem Every time I write a PR description, I start with raw notes like this: fixed bug with authService added JWT validation to middleware refactored userController to use async await fixes 287 closes 301 And then I have to manually clean it up to capitalize everything, wrap code identifiers in backticks, format bullets, add # to issue numbers. Every. Single. Time. So I built a tool that does it automatically. How It Works Paste your raw notes. Get back clean GitHub-flavored Markdown in...
Read the original article