-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combines: * A merge of `main` into `release/cuttlefish` * A bump of the version in the docker file * The content of `v1.3.0.1` To be merged into `release/cuttlefish` for preparation of `v1.3.0.1`.
- Loading branch information
Showing
3 changed files
with
57 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,35 @@ | ||
> [!IMPORTANT] | ||
> | ||
> * Please read our [Contributing Guidelines](https://github.com/radixdlt/babylon-node/blob/main/CONTRIBUTING.md) before opening a PR. | ||
> * Before creating your PR, please ensure you have used the _correct base branch_ as per the [branching strategy](https://github.com/radixdlt/babylon-node/blob/main/docs/branching-strategy.md), both for branching from, and in the PR UI above. | ||
> * For most code changes, this is `develop`. | ||
> * For stand-alone docs changes, this is `main`. | ||
> * For workflow changes, this is the oldest supported `release/*` branch. | ||
> * Please remove these sections as you fill out your PR. | ||
> * Please read our [Contributing Guidelines](/CONTRIBUTING.md) before opening a PR. | ||
> * Before creating your PR, please ensure you read the [branching strategy](/docs/branching-strategy.md). The end result after completing the merge actions should be that `main <= release/XXX <= develop`, where `XXX` is the latest released protocol version. This ensures that we minimise merge conflicts, and that work doesn't go missing. | ||
> * As per the branching strategy, **you must ensure you select the _correct base branch_**, both for branching from, and in the PR UI above. The following process can be used to decide the base branch: | ||
> * For code changes which can wait until the next protocol update to be released, use `develop`. This should be the default for code changes. | ||
> * For code changes which need to go out as a fully-interoperable update to the node at the current protocol version, use `release/XXX`. | ||
> * Such changes must be tested and reviewed more carefully to mitigate the risk of regression. | ||
> * Once the change is merged, it is the merger's responsibility to ensure `release/XXX` is merged into the `develop` branch. | ||
> * For github workflow changes, use `main`. | ||
> * Once the change is merged, it is the merger's responsibility to ensure `main` is merged into both `release/XXX` and `develop`, so that the changes also apply to hotfixes, and to current development. | ||
> * For changes to README files, use `main`. | ||
> * Once the change is merged, it is the merger's responsibility to ensure `main` is merged into both `release/XXX` and `develop`, so that the changes also apply on these branches. | ||
> | ||
> _Please remove this section once you confirm you follow its guidance._ | ||
## Summary | ||
|
||
<!-- | ||
> [!TIP] | ||
> | ||
> Start with the context of your PR. Why are you making this change? What does it address? Link back to an issue if relevant. | ||
> | ||
> Then summarise the changes that were made. Bullet points are fine. | ||
## Details | ||
|
||
> [!TIP] | ||
> | ||
> This section is optional. Go into more detail about the changes that were made, or the thinking behind the changes. | ||
> Then summarise the changes that were made. | ||
> * Bullet points are fine. | ||
> * Feel free to add additional subheadings (using ###) with more information if required. | ||
--> | ||
|
||
## Testing | ||
|
||
<!-- | ||
> [!TIP] | ||
> | ||
> Explain what testing / verification is done, including manual testing or automated testing. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters