Import Mbed OS hard-float snapshot
This commit is contained in:
50
.github/issue_template.md
vendored
Normal file
50
.github/issue_template.md
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
<!--
|
||||
|
||||
************************************** WARNING **************************************
|
||||
|
||||
The ciarcom bot parses this header automatically. Any deviation from the
|
||||
template may cause the bot to automatically correct this header or may result in a
|
||||
warning message, requesting updates.
|
||||
|
||||
Please ensure all sections of the template below are filled in and no changes
|
||||
are made to the template format. Only bugs should be raised here as issues.
|
||||
Questions or enhancements should instead be raised on our forums:
|
||||
https://forums.mbed.com/ .
|
||||
|
||||
*************************************************************************************
|
||||
|
||||
-->
|
||||
|
||||
### Description of defect
|
||||
|
||||
<!--
|
||||
Add detailed description of what you are reporting.
|
||||
Good example: https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html
|
||||
-->
|
||||
|
||||
|
||||
#### 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) ?
|
||||
<!--
|
||||
For a released version please provide the release tag (this can be found as per the instructions below)
|
||||
|
||||
mbed-os version can be found in /platform/mbed_version.h. The tag can be reconstructed as follows:
|
||||
mbed-os-MBED_MAJOR_VERSION.MBED_MINOR_VERSION.MBED_PATCH_VERSION
|
||||
|
||||
Master branch is indicated by 'mbed-os-99.99.99
|
||||
|
||||
For an issue found on Master please provide the sha being used.
|
||||
-->
|
||||
|
||||
|
||||
#### What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
|
||||
|
||||
|
||||
#### How is this defect reproduced ?
|
||||
|
||||
|
||||
78
.github/pull_request_template.md
vendored
Normal file
78
.github/pull_request_template.md
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
<!--
|
||||
For more information on the requirements for pull requests, please see [the contributing guidelines](https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html).
|
||||
|
||||
NOTE: Do not remove any of the template headings (even for optional sections) as this
|
||||
template is automatically parsed.
|
||||
-->
|
||||
|
||||
### Summary of changes <!-- Required -->
|
||||
|
||||
<!--
|
||||
Please provide the following information:
|
||||
|
||||
Description of the the change (what is this fixing / adding / removing?).
|
||||
|
||||
Why the change is needed (if this is fixing a reported issue please summarize what
|
||||
the issue is and add the reference. E.g. Fixes #17119).
|
||||
|
||||
NOTE: This section is automatically written to release notes for Feature and
|
||||
Major releases and should contain enough details for a user.
|
||||
|
||||
-->
|
||||
|
||||
#### Impact of changes <!-- Optional -->
|
||||
<!--
|
||||
If there are any implications for users taking this change then they must be
|
||||
provided here. For Major PR types this field is MANDATORY.
|
||||
|
||||
NOTE: This section is automatically written to release notes for Feature and
|
||||
Major releases and should contain enough details for a user.
|
||||
-->
|
||||
|
||||
#### Migration actions required <!-- Optional -->
|
||||
<!--
|
||||
This should only be applicable in Major PR types for which this field is MANDATORY.
|
||||
|
||||
NOTE: This section is automatically written to release notes for Feature and
|
||||
Major releases and should contain enough details for a user.
|
||||
-->
|
||||
|
||||
### Documentation <!-- Required -->
|
||||
|
||||
<!--
|
||||
Please provide details of any document updates required, including links to any
|
||||
related PRs against the docs repository.
|
||||
If no document updates are required please specify 'None', this at least tells us
|
||||
that this has been considered.
|
||||
-->
|
||||
|
||||
----------------------------------------------------------------------------------------------------------------
|
||||
### Pull request type <!-- Required -->
|
||||
|
||||
<!--
|
||||
Please add only one X to one of the following types. Do not fill multiple types (split the pull request otherwise).
|
||||
Please note this is not a GitHub task list, indenting the boxes or changing the format to add a '.' or '*' in front of them would change the meaning incorrectly.
|
||||
-->
|
||||
[] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
|
||||
[] Feature update (New feature / Functionality change / New API)
|
||||
[] Major update (Breaking change E.g. Return code change / API behaviour change)
|
||||
|
||||
----------------------------------------------------------------------------------------------------------------
|
||||
### Test results <!-- Required -->
|
||||
|
||||
<!--
|
||||
Provide all the information required, listing all the testing performed. For new targets please attach full test results for all supported compilers.
|
||||
-->
|
||||
[] No Tests required for this change (E.g docs only update)
|
||||
[] Covered by existing mbed-os tests (Greentea or Unittest)
|
||||
[] Tests / results supplied as part of this PR
|
||||
|
||||
|
||||
----------------------------------------------------------------------------------------------------------------
|
||||
### Reviewers <!-- Optional -->
|
||||
|
||||
<!--
|
||||
Request additional reviewers with @username or @team
|
||||
-->
|
||||
|
||||
----------------------------------------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user