doc(TODO): add issue #2
This commit is contained in:
parent
f30731f3b8
commit
74409928f6
1 changed files with 15 additions and 0 deletions
15
TODO
15
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.
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue