diff options
| author | Steven Van Dorp <steven@vandorp.lu> | 2026-02-01 15:13:01 +0100 |
|---|---|---|
| committer | Steven Van Dorp <steven@vandorp.lu> | 2026-02-01 15:13:01 +0100 |
| commit | c7987858924608f8013e64260efb806e5ddeab9f (patch) | |
| tree | 06d1a0e487cabf896339386d2c1ecf02f87a540e /issue-tracker | |
Diffstat (limited to 'issue-tracker')
| -rw-r--r-- | issue-tracker/20260201_140007/issue.md | 10 | ||||
| -rw-r--r-- | issue-tracker/20260201_140421/issue.md | 17 | ||||
| -rw-r--r-- | issue-tracker/_config.ini | 3 |
3 files changed, 30 insertions, 0 deletions
diff --git a/issue-tracker/20260201_140007/issue.md b/issue-tracker/20260201_140007/issue.md new file mode 100644 index 0000000..b7f9712 --- /dev/null +++ b/issue-tracker/20260201_140007/issue.md @@ -0,0 +1,10 @@ +```ini +author=steven#Bt0vSTFm +status=open +labels=proposal +``` + +# Validation + +Something like `xpit validate` or `xpit fsck`. Could be useful for CI/CD. + diff --git a/issue-tracker/20260201_140421/issue.md b/issue-tracker/20260201_140421/issue.md new file mode 100644 index 0000000..69cd331 --- /dev/null +++ b/issue-tracker/20260201_140421/issue.md @@ -0,0 +1,17 @@ +```ini +author=steven#Bt0vSTFm +status=open +labels=proposal +``` + +# Robustly modify metadata from command line + +Right now, we're mostly manually editing files, +but it might be useful to do something like `xpit set XXX status=close`. +Right now, the obvious way to do that would be something like +`sed -i 's/status=closed/status=open/'`, which could cause unintended +side-effects in other parts of the file. + +It might be more elegant to create a separate general utility to modify "code" +inside markdown files, maybe. + diff --git a/issue-tracker/_config.ini b/issue-tracker/_config.ini new file mode 100644 index 0000000..d2b0158 --- /dev/null +++ b/issue-tracker/_config.ini @@ -0,0 +1,3 @@ +id_format=%Y%m%d_%H%M%S ; `man strftime` for format +allowed_labels=bug,breaking,contributor-friendly,docs,use-case,regression,proposal ; labels that are allowed to be used in issues. (Comma-separated list) + |
