Description
Your idea
originally triggered by @effigies asking in
and me 🤔 about a lovely maint/
branch, reminiscent of maint/
branch I maintain in DataLad, but never heard about in BIDS, and could not find docs describing on decision making on what to go there:
❯ git grep 'maint\>'
.github/workflows/publish_schema.yml: - "maint/*"
.github/workflows/publish_schema.yml: echo "branch=jsr-maint" | tee -a $GITHUB_OUTPUT
.github/workflows/publish_schema.yml: echo "mode=maint" | tee -a $GITHUB_OUTPUT
.github/workflows/schemacode_ci.yml: - "maint/*"
.github/workflows/schemacode_ci.yml: - "maint/*"
So it would be nice if documentation, e.g. likely https://github.com/bids-standard/bids-specification/blob/master/CONTRIBUTING.md and https://github.com/bids-standard/bids-specification/blob/master/Release_Protocol.md would tell us what to do there and when to release from it etc.
FWIW, I would have loved all fixes indeed be done there, and BIDS specification getting regular if not fully automated .patch releases whenever we e.g. fix a typo or alike ;)
More info and graphics to potentially borrow in