1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
nix.dev/maintainers/this-month-in-nix-docs/README.md
2023-05-06 11:40:45 -06:00

803 B

This Month in Nix Docs

This is a script and template for compiling "This Month in Nix Docs". The process is semi-automated. The script queries a collection of Nix repositories, looking for merged PRs with documentation-related labels, RFCs (you have to look through these manually), and tracking issues in this repository.

A new post is created via:

$ ./make-post.sh <from YYYY-MM-DD> <to YYYY-MM-DD> > new-post.md

After this invocation a template post (new-post.md) will be filled out with the GitHub query results formatted as markdown at the end of the file.

There is some post-processing requried:

  • Fill in the number and year/month at the top of the post.
  • Manually check the RFCs for relevance
  • Remove the "Tracking Issues" section, it's there for your convenience while writing.