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.
Dependencies: Adafruit_GFX TextLCD
.github/ISSUE_TEMPLATE/bug_report.md@0:9a306207c5b2, 2022-05-29 (annotated)
- Committer:
- diltech
- Date:
- Sun May 29 19:02:58 2022 -0400
- Revision:
- 0:9a306207c5b2
Initiate projet
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
diltech | 0:9a306207c5b2 | 1 | --- |
diltech | 0:9a306207c5b2 | 2 | name: Bug report |
diltech | 0:9a306207c5b2 | 3 | about: Create a report to help us improve |
diltech | 0:9a306207c5b2 | 4 | title: '' |
diltech | 0:9a306207c5b2 | 5 | labels: 'type: bug' |
diltech | 0:9a306207c5b2 | 6 | assignees: '' |
diltech | 0:9a306207c5b2 | 7 | |
diltech | 0:9a306207c5b2 | 8 | --- |
diltech | 0:9a306207c5b2 | 9 | |
diltech | 0:9a306207c5b2 | 10 | <!-- |
diltech | 0:9a306207c5b2 | 11 | |
diltech | 0:9a306207c5b2 | 12 | ************************************** WARNING ************************************** |
diltech | 0:9a306207c5b2 | 13 | |
diltech | 0:9a306207c5b2 | 14 | The ciarcom bot parses this header automatically. Any deviation from the |
diltech | 0:9a306207c5b2 | 15 | template may cause the bot to automatically correct this header or may result in a |
diltech | 0:9a306207c5b2 | 16 | warning message, requesting updates. |
diltech | 0:9a306207c5b2 | 17 | |
diltech | 0:9a306207c5b2 | 18 | PLEASE ENSURE ALL SECTIONS OF THIS TEMPLATE ARE FILLED IN AND THAT THERE ARE |
diltech | 0:9a306207c5b2 | 19 | NO OTHER CHANGES TO THE TEMPLATE. |
diltech | 0:9a306207c5b2 | 20 | |
diltech | 0:9a306207c5b2 | 21 | Only bugs should be raised here as issues. Questions or enhancements should instead be raised on |
diltech | 0:9a306207c5b2 | 22 | our forums: |
diltech | 0:9a306207c5b2 | 23 | https://forums.mbed.com/ . |
diltech | 0:9a306207c5b2 | 24 | |
diltech | 0:9a306207c5b2 | 25 | ************************************************************************************* |
diltech | 0:9a306207c5b2 | 26 | |
diltech | 0:9a306207c5b2 | 27 | --> |
diltech | 0:9a306207c5b2 | 28 | |
diltech | 0:9a306207c5b2 | 29 | ### Description of defect |
diltech | 0:9a306207c5b2 | 30 | |
diltech | 0:9a306207c5b2 | 31 | <!-- |
diltech | 0:9a306207c5b2 | 32 | Add detailed description of what you are reporting. |
diltech | 0:9a306207c5b2 | 33 | Good example: https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html |
diltech | 0:9a306207c5b2 | 34 | --> |
diltech | 0:9a306207c5b2 | 35 | |
diltech | 0:9a306207c5b2 | 36 | |
diltech | 0:9a306207c5b2 | 37 | #### Target(s) affected by this defect ? |
diltech | 0:9a306207c5b2 | 38 | |
diltech | 0:9a306207c5b2 | 39 | |
diltech | 0:9a306207c5b2 | 40 | #### Toolchain(s) (name and version) displaying this defect ? |
diltech | 0:9a306207c5b2 | 41 | |
diltech | 0:9a306207c5b2 | 42 | |
diltech | 0:9a306207c5b2 | 43 | #### What version of Mbed-os are you using (tag or sha) ? |
diltech | 0:9a306207c5b2 | 44 | <!-- |
diltech | 0:9a306207c5b2 | 45 | For a released version please provide the release tag (this can be found as per the instructions below) |
diltech | 0:9a306207c5b2 | 46 | |
diltech | 0:9a306207c5b2 | 47 | mbed-os version can be found in: |
diltech | 0:9a306207c5b2 | 48 | https://github.com/ARMmbed/mbed-os/blob/master/platform/include/platform/mbed_version.h |
diltech | 0:9a306207c5b2 | 49 | The tag can be reconstructed as follows: |
diltech | 0:9a306207c5b2 | 50 | mbed-os-MBED_MAJOR_VERSION.MBED_MINOR_VERSION.MBED_PATCH_VERSION |
diltech | 0:9a306207c5b2 | 51 | |
diltech | 0:9a306207c5b2 | 52 | --> |
diltech | 0:9a306207c5b2 | 53 | |
diltech | 0:9a306207c5b2 | 54 | |
diltech | 0:9a306207c5b2 | 55 | #### What version(s) of tools are you using. List all that apply (E.g. mbed-cli) |
diltech | 0:9a306207c5b2 | 56 | |
diltech | 0:9a306207c5b2 | 57 | |
diltech | 0:9a306207c5b2 | 58 | #### How is this defect reproduced ? |