diff --git a/.github/issue_template.md b/.github/issue_template.md index 43719146df..e69de29bb2 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,54 +0,0 @@ - - -### Description of defect - - - - -#### Target(s) affected by this defect ? - - -#### Toolchain(s) (name and version) displaying this defect ? - - -#### What version of Mbed-os are you using (tag or sha) ? - - - -#### What version(s) of tools are you using. List all that apply (E.g. mbed-cli) - - -#### How is this defect reproduced ? - - - diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9a6aba3ae8..57cf6c14a8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,3 @@ - - ### Summary of changes @@ -24,17 +14,11 @@ template is automatically parsed. #### Migration actions required ### Documentation @@ -50,8 +34,7 @@ template is automatically parsed. ### Pull request type [] Patch update (Bug fix / Target update / Docs update / Test update / Refactor) [] Feature update (New feature / Functionality change / New API) diff --git a/README.md b/README.md index 6d2f453a8d..f00669bfab 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Mbed OS][mbed-os-logo]][mbed-os-link] +# Mbed OS Community Edition [![Build status master][mbed-master-svg]][mbed-master] -[![Tools coverage status][mbed-coveralls-tools-svg]][mbed-coveralls-tools] [mbed-os-logo]: logo.png [mbed-os-link]: https://www.mbed.com/en/platform/mbed-os/ @@ -16,8 +16,7 @@ Mbed OS provides a platform that includes: - Cloud management services. - Drivers for sensors, I/O devices and connectivity. -## Release notes -The [release notes](https://os.mbed.com/releases) detail the current release. You can also find information about previous versions. +This is Mbed OS Community Edition (CE), a fork focused on improving the build system and tooling, fixing bugs, and keeping maintenance going after ARM's step back from the Mbed project. ## License and contributions @@ -29,6 +28,8 @@ Folders containing files under different permissive license than Apache 2.0 are ## Getting started for developers +To start a new project that uses Mbed CE, see the setup guide [here](https://github.com/mbed-ce/mbed-os/wiki/New-Project-Setup-Guide). + We have a [developer website](https://os.mbed.com) for asking questions, engaging with others, finding information on boards and components, using an online IDE and compiler, reading the documentation and learning about what's new and what's coming next in Mbed OS. ## Getting started for contributors diff --git a/logo.png b/logo.png index e869282c5a..2647621c89 100644 Binary files a/logo.png and b/logo.png differ