From 7839c6cef09eb1b3ae66e180450753e237559bd7 Mon Sep 17 00:00:00 2001 From: Mathias Brossard Date: Sat, 23 Oct 2021 00:41:56 -0500 Subject: [PATCH] doc: update README.md to announcement freeze on main branch --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ab1739f20..8f338011f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ [![DAPLink](/docs/images/daplink-website-logo-link.png)](https://armmbed.github.io/DAPLink/) -**Note:** The master branch requires an Arm Compiler 5 or Keil MDK license to build. See the -[develop](https://github.com/ARMmbed/DAPLink/tree/develop) branch for gcc and Arm +# Warning: Development frozen on `main` branch + +All development and pull requests should now happen on [`develop`](https://github.com/ARMmbed/DAPLink/tree/develop) branch where we are preparing the next version. + +**Note:** The `main` branch requires an Arm Compiler 5 or Keil MDK license to build. See the +[`develop`](https://github.com/ARMmbed/DAPLink/tree/develop) branch for gcc and Arm Compiler 6 support. As soon as testing is complete, gcc will become the default compiler and AC5 support will be dropped. @@ -30,9 +34,10 @@ There are many board builds (board = HIC + target combination) created from this ## Contribute -We welcome contributions to DAPLink in any area. Look for an interesting feature or defect [under -issues](https://github.com/ARMmbed/DAPLink/issues), or start a new thread to engage with the -developers and maintainers. +We welcome contributions to DAPLink in any area. Look for an interesting feature or defect +[under issues](https://github.com/ARMmbed/DAPLink/issues). Start a new thread [in the +discussions](https://github.com/ARMmbed/DAPLink/discussions) to engage with the developers +and maintainers. Please see the [contribution guidelines](CONTRIBUTING.md) for detailed requirements for contributions.