···58585959## Merging Pull-Requests
60606161-PRs automatically run our `just ci-deep` tests.
6161+PRs automatically run our `just ci` tests.
62626363Review 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.
6464···66666767When code is OK. Send a GitHub PR Approval.
68686969-Use the `allow-ci` so all integration tests are run on the branch.
6969+Use the `allow-ci` so **all** integration tests are run on the branch.
70707171If you think the branch might have some performance impact on Den, use `allow-bench` tag to run benchmarking.
7272···9494The draft serves so we can keep adding _Release Notes_
9595before we forget about things that **need** to be
9696communicated to users.
9797+9898+Also, whenever a breaking change is merged in master, be sure to create a `heads-up` tagged GH discussion about it.
9999+Post to Matrix and Zulip channels, so that people using main can know about the change.
9710098101### Publish Release
99102