mirror of https://github.com/ARMmbed/mbed-os.git
initial github issue and PR templates
parent
9111aa4c2d
commit
691555aa22
|
@ -0,0 +1,48 @@
|
||||||
|
Note: This is just a template, so feel free to use/remove the unnecessary things
|
||||||
|
|
||||||
|
### Description
|
||||||
|
- Type: Bug | Enhancement | Question
|
||||||
|
- Related Issue: `#abc`
|
||||||
|
- Priority: Blocker | Major | Minor
|
||||||
|
|
||||||
|
---------------------------------------------------------------
|
||||||
|
## Bug
|
||||||
|
|
||||||
|
**target**
|
||||||
|
K64F|??
|
||||||
|
|
||||||
|
**toolchain:**
|
||||||
|
gcc|armcc|IAR
|
||||||
|
|
||||||
|
**toolchain version:**
|
||||||
|
|
||||||
|
**mbed-cli version:**
|
||||||
|
(`mbed --version`)
|
||||||
|
|
||||||
|
**meed-os sha:**
|
||||||
|
(`git log -n1 --oneline`)
|
||||||
|
|
||||||
|
**Daplink version:**
|
||||||
|
|
||||||
|
**Expected Behavior**
|
||||||
|
|
||||||
|
**Actual Behavior**
|
||||||
|
|
||||||
|
**Steps to Reproduce**
|
||||||
|
|
||||||
|
----------------------------------------------------------------
|
||||||
|
## Enhancement
|
||||||
|
|
||||||
|
**Reason to enhance/problem with existing solution**
|
||||||
|
|
||||||
|
**Suggested enhancement**
|
||||||
|
|
||||||
|
**Pros**
|
||||||
|
|
||||||
|
**Cons**
|
||||||
|
|
||||||
|
-----------------------------------------------------------------
|
||||||
|
|
||||||
|
## Question
|
||||||
|
|
||||||
|
**How to?**
|
|
@ -0,0 +1,40 @@
|
||||||
|
Notes:
|
||||||
|
* Pull requests will not be accepted until the submitter has agreed to the contributer agreement.
|
||||||
|
* This is just a template, so feel free to use/remove the unnecessary things
|
||||||
|
|
||||||
|
|
||||||
|
## Status
|
||||||
|
**READY/IN DEVELOPMENT/HOLD**
|
||||||
|
|
||||||
|
|
||||||
|
## Migrations
|
||||||
|
If this PR changes any APIs or behaviors, give a short description of what "API users" should do when this PR is merged.
|
||||||
|
|
||||||
|
YES | NO
|
||||||
|
|
||||||
|
|
||||||
|
## Description
|
||||||
|
A few sentences describing the overall goals of the pull request's commits.
|
||||||
|
|
||||||
|
|
||||||
|
## Related PRs
|
||||||
|
List related PRs against other branches:
|
||||||
|
|
||||||
|
branch | PR
|
||||||
|
------ | ------
|
||||||
|
other_pr_production | [link]()
|
||||||
|
other_pr_master | [link]()
|
||||||
|
|
||||||
|
|
||||||
|
## Todos
|
||||||
|
- [ ] Tests
|
||||||
|
- [ ] Documentation
|
||||||
|
|
||||||
|
|
||||||
|
## Deploy Notes
|
||||||
|
Notes regarding the deployment of the contained body of work. These should note any
|
||||||
|
required changes in the build environment, tools, compilers, etc.
|
||||||
|
|
||||||
|
|
||||||
|
## Steps to Test or Reproduce
|
||||||
|
Outline the steps to test or reproduce the PR here.
|
Loading…
Reference in New Issue