diff --git a/TODO b/TODO index 5485e51..d510126 100644 --- a/TODO +++ b/TODO @@ -26,6 +26,7 @@ preserve Git diffing. ### Issue Format ``` + ID: [ISSUE-NUMBER] Type: [feature/bugfix/hotfix] Title: [Short title] @@ -58,3 +59,17 @@ Description: implement utilities for formatting strings. The formatting should focus on V8 support. --- + +ID: 2 +Type: feature +Title: describe development workflow in CONTRIBUTING.md +Status: open +Priority: medium +Created: 2025-05-01 +Description: It's a good idea to describe the development workflow, including + branching strategies earlier on, so that if someone is interested + in forking, they can pick up right away. It's not meant for + contributions though. I'm currently not interested in external + contributions. + +---