Modular, context-aware and aspect-oriented dendritic Nix configurations. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ den.oeiuwq.com
configurations den dendritic nix aspect oriented
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update maintainers.mdx

Signed-off-by: Victor Borja <vborja@apache.org>

authored by

Victor Borja and committed by
GitHub
6efae0bf 9230ab3e

+5 -2
+5 -2
docs/src/content/docs/maintainers.mdx
··· 58 58 59 59 ## Merging Pull-Requests 60 60 61 - PRs automatically run our `just ci-deep` tests. 61 + PRs automatically run our `just ci` tests. 62 62 63 63 Review the design and code changes, try to think how these changes will impact Den. Make sure there's nothing suspicious and that code is understandable for you and other maintainers, ask for help if needed. 64 64 ··· 66 66 67 67 When code is OK. Send a GitHub PR Approval. 68 68 69 - Use the `allow-ci` so all integration tests are run on the branch. 69 + Use the `allow-ci` so **all** integration tests are run on the branch. 70 70 71 71 If you think the branch might have some performance impact on Den, use `allow-bench` tag to run benchmarking. 72 72 ··· 94 94 The draft serves so we can keep adding _Release Notes_ 95 95 before we forget about things that **need** to be 96 96 communicated to users. 97 + 98 + Also, whenever a breaking change is merged in master, be sure to create a `heads-up` tagged GH discussion about it. 99 + Post to Matrix and Zulip channels, so that people using main can know about the change. 97 100 98 101 ### Publish Release 99 102