Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
.github/issue_template.md@0:f34b7234a060, 2019-09-24 (annotated)
- Committer:
- mbed_official
- Date:
- Tue Sep 24 12:02:20 2019 +0100
- Revision:
- 0:f34b7234a060
Merge pull request #43 from dgreen-arm/remove-mbed-crypto-example
Remove mbed-crypto example
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-mbed-crypto
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 0:f34b7234a060 | 1 | <!-- |
mbed_official | 0:f34b7234a060 | 2 | |
mbed_official | 0:f34b7234a060 | 3 | ************************************** WARNING ************************************** |
mbed_official | 0:f34b7234a060 | 4 | |
mbed_official | 0:f34b7234a060 | 5 | The ciarcom bot parses this header automatically. Any deviation from the |
mbed_official | 0:f34b7234a060 | 6 | template may cause the bot to automatically correct this header or may result in a |
mbed_official | 0:f34b7234a060 | 7 | warning message, requesting updates. |
mbed_official | 0:f34b7234a060 | 8 | |
mbed_official | 0:f34b7234a060 | 9 | Please ensure that nothing follows the Issue request type section, all |
mbed_official | 0:f34b7234a060 | 10 | issue details are within the Description section and no changes are made to the |
mbed_official | 0:f34b7234a060 | 11 | template format (as detailed below). |
mbed_official | 0:f34b7234a060 | 12 | |
mbed_official | 0:f34b7234a060 | 13 | ************************************************************************************* |
mbed_official | 0:f34b7234a060 | 14 | |
mbed_official | 0:f34b7234a060 | 15 | --> |
mbed_official | 0:f34b7234a060 | 16 | |
mbed_official | 0:f34b7234a060 | 17 | ### Description |
mbed_official | 0:f34b7234a060 | 18 | |
mbed_official | 0:f34b7234a060 | 19 | <!-- |
mbed_official | 0:f34b7234a060 | 20 | Required |
mbed_official | 0:f34b7234a060 | 21 | Add detailed description of what you are reporting. |
mbed_official | 0:f34b7234a060 | 22 | Good example: https://os.mbed.com/docs/latest/reference/workflow.html |
mbed_official | 0:f34b7234a060 | 23 | Things to consider sharing: |
mbed_official | 0:f34b7234a060 | 24 | - What target does this relate to? |
mbed_official | 0:f34b7234a060 | 25 | - What toolchain (name + version) are you using? |
mbed_official | 0:f34b7234a060 | 26 | - What tools (name + version - is it mbed-cli, online compiler or IDE) are you using? |
mbed_official | 0:f34b7234a060 | 27 | - What is the SHA of Mbed OS (git log -n1 --oneline)? |
mbed_official | 0:f34b7234a060 | 28 | - Steps to reproduce. (Did you publish code or a test case that exhibits the problem?) |
mbed_official | 0:f34b7234a060 | 29 | --> |
mbed_official | 0:f34b7234a060 | 30 | |
mbed_official | 0:f34b7234a060 | 31 | |
mbed_official | 0:f34b7234a060 | 32 | ### Issue request type |
mbed_official | 0:f34b7234a060 | 33 | |
mbed_official | 0:f34b7234a060 | 34 | <!-- |
mbed_official | 0:f34b7234a060 | 35 | Required |
mbed_official | 0:f34b7234a060 | 36 | Please add only one X to one of the following types. Do not fill multiple types (split the issue otherwise.) |
mbed_official | 0:f34b7234a060 | 37 | Please note this is not a GitHub task list, indenting the boxes or changing the format to add a '.' or '*' in front |
mbed_official | 0:f34b7234a060 | 38 | of them would change the meaning incorrectly. The only changes to be made are to add a description text under the |
mbed_official | 0:f34b7234a060 | 39 | description heading and to add a 'x' to the correct box. |
mbed_official | 0:f34b7234a060 | 40 | --> |
mbed_official | 0:f34b7234a060 | 41 | [ ] Question |
mbed_official | 0:f34b7234a060 | 42 | [ ] Enhancement |
mbed_official | 0:f34b7234a060 | 43 | [ ] Bug |
mbed_official | 0:f34b7234a060 | 44 |