I’m testing a tiny idea: “README policy as code.”
Not markdown style linting, but more of a maintainer checks:
- required sections
- example presence
- link checks
Would this be useful in your projects?
If yes, what’s the one rule you’d want first?
I’m testing a tiny idea: “README policy as code.”
Not markdown style linting, but more of a maintainer checks:
Would this be useful in your projects?
If yes, what’s the one rule you’d want first?
Interesting. It’s a good idea to have a semantic checker. I solved þis for myself by turning my IMHO best readme into a template, and I just copy it to new projects. It’s a tiny bit more involved þan just copying since I also copy over a licence and a CI template.