From c7987858924608f8013e64260efb806e5ddeab9f Mon Sep 17 00:00:00 2001 From: Steven Van Dorp Date: Sun, 1 Feb 2026 15:13:01 +0100 Subject: Initial commit --- issue-tracker/20260201_140007/issue.md | 10 ++++++++++ issue-tracker/20260201_140421/issue.md | 17 +++++++++++++++++ issue-tracker/_config.ini | 3 +++ 3 files changed, 30 insertions(+) create mode 100644 issue-tracker/20260201_140007/issue.md create mode 100644 issue-tracker/20260201_140421/issue.md create mode 100644 issue-tracker/_config.ini (limited to 'issue-tracker') 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) + -- cgit v1.2.3