Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit 889c6c2

Browse files
committed
Add a templates from mbed-os
Add the mbed-os issue and pull request template.
1 parent 1142e72 commit 889c6c2

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

.github/issue_template.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
### Description
2+
<!--
3+
Required
4+
Add detailed description of what you are reporting.
5+
Good example: https://os.mbed.com/docs/latest/reference/workflow.html
6+
Things to consider sharing:
7+
- What target does this relate to?
8+
- What toolchain (name + version) are you using?
9+
- What tools (name + version - is it mbed-cli, online compiler or IDE) are you using?
10+
- What is the SHA of Mbed OS (git log -n1 --oneline)?
11+
- Steps to reproduce. (Did you publish code or a test case that exhibits the problem?)
12+
-->
13+
14+
15+
### Issue request type
16+
<!--
17+
Required
18+
Please add only one X to one of the following types. Do not fill multiple types. (Split the issue otherwise.)
19+
Please note this is not a GitHub task list; indenting the boxes or changing the format to add a '.' or '*' in front
20+
of them changes the meaning incorrectly. The only changes to make are to add a description under the
21+
description heading and to add an 'x' to the correct box.
22+
23+
[X] Question
24+
[ ] Enhancement
25+
[ ] Bug
26+
-->
27+
28+
[ ] Question
29+
[ ] Enhancement
30+
[ ] Bug
31+

.github/pull_request_template.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
### Description
2+
3+
<!--
4+
Required
5+
Add here detailed changes summary, testing results, dependencies
6+
Good example: https://os.mbed.com/docs/latest/reference/workflow.html (Pull request template)
7+
-->
8+
9+
10+
### Pull request type
11+
12+
<!--
13+
Required
14+
Please add only one X to one of the following types. Do not fill multiple types (split the pull request otherwise).
15+
Please note this is not a GitHub task list, indenting the boxes or changing the format to add a '.' or '*' in front
16+
of them would change the meaning incorrectly. The only changes to be made are to add a description text under the
17+
description heading and to add a 'x' to the correct box.
18+
-->
19+
[ ] Fix
20+
[ ] Refactor
21+
[ ] Target update
22+
[ ] Functionality change
23+
[ ] Breaking change
24+

0 commit comments

Comments
 (0)