summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)AuthorFilesLines
2023-10-29chore: Update MSRV everywhere to 1.70Daniel Silverstone1-2/+2
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2023-10-14CONTRIBUTING: Document our expectation of DCODaniel Silverstone1-0/+10
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2023-10-14CONTRIBUTING: Our MSRV is 1.63 currentlyDaniel Silverstone1-1/+1
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2022-03-24feat! change logging to use log/env_logger instead of tracingLars Wirzenius1-17/+9
We don't use async in Subplot, and the mental overhead of learning tracing and the code overhead to add support for logging custom values (implementing the Value trait for Subplot internal types) does not seem worthwhile. Sponsored-by: author
2022-03-06Avoid needing to update debian versionVincent McIntyre1-1/+1
2021-10-27docs: drop useless doc metadata YAML blocksLars Wirzenius1-3/+1
In README, etc, they serve no function so better to not have them. Sponsored-by: author
2021-09-04tracing: Make formatting better and documentDaniel Silverstone1-8/+29
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2021-06-06docs: add metadata titles to README, CONTRIBUTINGLars Wirzenius1-0/+4
I've changed my personal CI to build all .md files with Subplot, so that we can publish typeset versions. This fails on README.md and CONTRIBUTING.md, because they lack a title. Add them. Sponsored-by: author
2020-10-29doc: add a definition of doneLars Wirzenius1-0/+13
2020-08-07doc: refactor CONTRIBUTING.md to read more easilyLars Wirzenius1-24/+21
2020-08-07doc: use a more neutral example of getting to the pointLars Wirzenius1-2/+1
2020-07-27doc: add a CONTRIBUTING.md fileLars Wirzenius1-0/+81