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

14 lines
803 B
Markdown
Raw Normal View History

# 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
```
2023-04-06 16:53:54 -04:00
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.