Skip to content

Commit 7afa17a

Browse files
author
Jussi Vatjus-Anttila
committed
initial issue and PR github templates
1 parent 5fb2f80 commit 7afa17a

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

.github/issue_template.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
Note: This is just a template, so feel free to use/remove the unnecessary things
2+
3+
### Description
4+
- Type: Bug | Enhancement | Question
5+
- Related Issue: `#abc`
6+
- Priority: Blocker | Major | Minor
7+
8+
---------------------------------------------------------------
9+
## Bug
10+
11+
**mbed-os sha**
12+
(`git describe --tags`)
13+
14+
**mbed-cli version**
15+
(`mbed`)
16+
17+
**Expected Behavior**
18+
19+
**Actual Behavior**
20+
21+
**Steps to Reproduce**
22+
23+
----------------------------------------------------------------
24+
## Enhancement
25+
26+
**Reason to enhance/problem with existing solution**
27+
28+
**Suggested enhancement**
29+
30+
**Pros**
31+
32+
**Cons**
33+
34+
-----------------------------------------------------------------
35+
36+
## Question
37+
38+
**How to?**

.github/pull_request_template.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Status
2+
**READY/IN DEVELOPMENT/HOLD**
3+
4+
## Migrations
5+
YES | NO
6+
7+
## Description
8+
A few sentences describing the overall goals of the pull request's commits.
9+
10+
## Related PRs
11+
List related PRs against other branches:
12+
13+
branch | PR
14+
------ | ------
15+
other_pr_production | [link]()
16+
other_pr_master | [link]()
17+
18+
19+
## Todos
20+
- [ ] Tests
21+
- [ ] Documentation
22+
23+
24+
## Deploy Notes
25+
Notes regarding deployment the contained body of work. These should note any
26+
db migrations, etc.
27+
28+
## Steps to Test or Reproduce
29+
Outline the steps to test or reproduce the PR here.

0 commit comments

Comments
 (0)