doc(TODO): add issue #2

This commit is contained in:
Rodney, Tiara 2025-05-01 17:24:47 +02:00
parent b159b44f7b
commit 15e4a5f0e1
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723

15
TODO
View file

@ -26,6 +26,7 @@ preserve Git diffing.
### Issue Format ### Issue Format
``` ```
ID: [ISSUE-NUMBER] ID: [ISSUE-NUMBER]
Type: [feature/bugfix/hotfix] Type: [feature/bugfix/hotfix]
Title: [Short title] Title: [Short title]
@ -58,3 +59,17 @@ Description: implement utilities for formatting strings. The formatting should
focus on V8 support. 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.
---