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.
Revision 10:c6fa5dae37a0, committed 2018-10-03
- Comitter:
- mbed_official
- Date:
- Wed Oct 03 18:15:22 2018 +0100
- Parent:
- 9:cf21754bfb9f
- Child:
- 11:f444da41647a
- Commit message:
- Add issue template
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-cpu-stats
Changed in this revision
| .github/issue_template.md | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.github/issue_template.md Wed Oct 03 18:15:22 2018 +0100 @@ -0,0 +1,30 @@ +### Description +<!-- + Required + Add detailed description of what you are reporting. + Good example: https://os.mbed.com/docs/latest/reference/workflow.html + Things to consider sharing: + - What target does this relate to? + - What toolchain (name + version) are you using? + - What tools (name + version - is it mbed-cli, online compiler or IDE) are you using? + - What is the SHA of Mbed OS (git log -n1 --oneline)? + - Steps to reproduce. (Did you publish code or a test case that exhibits the problem?) +--> + + +### Issue request type +<!-- + Required + Please add only one X to one of the following types. Do not fill multiple types. (Split the issue 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 changes the meaning incorrectly. The only changes to make are to add a description under the + description heading and to add an 'x' to the correct box. + + [X] Question + [ ] Enhancement + [ ] Bug +--> + +[ ] Question +[ ] Enhancement +[ ] Bug