Remove Github templates
These templates are not applicable to PSA development.
This commit is contained in:
parent
66920ceb19
commit
4a6aaa4c51
2 changed files with 0 additions and 80 deletions
41
.github/issue_template.md
vendored
41
.github/issue_template.md
vendored
|
@ -1,41 +0,0 @@
|
||||||
Note: This is just a template, so feel free to use/remove the unnecessary things
|
|
||||||
|
|
||||||
### Description
|
|
||||||
- Type: Bug | Enhancement\Feature Request | Question
|
|
||||||
- Priority: Blocker | Major | Minor
|
|
||||||
|
|
||||||
---------------------------------------------------------------
|
|
||||||
## Bug
|
|
||||||
|
|
||||||
**OS**
|
|
||||||
Mbed OS|linux|windows|
|
|
||||||
|
|
||||||
**mbed TLS build:**
|
|
||||||
Version: x.x.x or git commit id
|
|
||||||
OS version: x.x.x
|
|
||||||
Configuration: please attach config.h file where possible
|
|
||||||
Compiler and options (if you used a pre-built binary, please indicate how you obtained it):
|
|
||||||
Additional environment information:
|
|
||||||
|
|
||||||
**Peer device TLS stack and version**
|
|
||||||
OpenSSL|GnuTls|Chrome|NSS(Firefox)|SecureChannel (IIS/Internet Explorer/Edge)|Other
|
|
||||||
Version:
|
|
||||||
|
|
||||||
**Expected behavior**
|
|
||||||
|
|
||||||
**Actual behavior**
|
|
||||||
|
|
||||||
**Steps to reproduce**
|
|
||||||
|
|
||||||
----------------------------------------------------------------
|
|
||||||
## Enhancement\Feature Request
|
|
||||||
|
|
||||||
**Justification - why does the library need this feature?**
|
|
||||||
|
|
||||||
**Suggested enhancement**
|
|
||||||
|
|
||||||
-----------------------------------------------------------------
|
|
||||||
|
|
||||||
## Question
|
|
||||||
|
|
||||||
**Please first check for answers in the [Mbed TLS knowledge Base](https://tls.mbed.org/kb), and preferably file an issue in the [Mbed TLS support forum](https://forums.mbed.com/c/mbed-tls)**
|
|
39
.github/pull_request_template.md
vendored
39
.github/pull_request_template.md
vendored
|
@ -1,39 +0,0 @@
|
||||||
Notes:
|
|
||||||
* Pull requests cannot be accepted until:
|
|
||||||
- The submitter has [accepted the online agreement here with a click through](https://developer.mbed.org/contributor_agreement/)
|
|
||||||
or for companies or those that do not wish to create an mbed account, a slightly different agreement can be found [here](https://www.mbed.com/en/about-mbed/contributor-license-agreements/)
|
|
||||||
- The PR follows the [mbed TLS coding standards](https://tls.mbed.org/kb/development/mbedtls-coding-standards)
|
|
||||||
* This is just a template, so feel free to use/remove the unnecessary things
|
|
||||||
## Description
|
|
||||||
A few sentences describing the overall goals of the pull request's commits.
|
|
||||||
|
|
||||||
|
|
||||||
## Status
|
|
||||||
**READY/IN DEVELOPMENT/HOLD**
|
|
||||||
|
|
||||||
## Requires Backporting
|
|
||||||
When there is a bug fix, it should be backported to all maintained and supported branches.
|
|
||||||
Changes do not have to be backported if:
|
|
||||||
- This PR is a new feature\enhancement
|
|
||||||
- This PR contains changes in the API. If this is true, and there is a need for the fix to be backported, the fix should be handled differently in the legacy branch
|
|
||||||
|
|
||||||
Yes | NO
|
|
||||||
Which branch?
|
|
||||||
|
|
||||||
## Migrations
|
|
||||||
If there is any API change, what's the incentive and logic for it.
|
|
||||||
|
|
||||||
YES | NO
|
|
||||||
|
|
||||||
## Additional comments
|
|
||||||
Any additional information that could be of interest
|
|
||||||
|
|
||||||
## Todos
|
|
||||||
- [ ] Tests
|
|
||||||
- [ ] Documentation
|
|
||||||
- [ ] Changelog updated
|
|
||||||
- [ ] Backported
|
|
||||||
|
|
||||||
|
|
||||||
## Steps to test or reproduce
|
|
||||||
Outline the steps to test or reproduce the PR here.
|
|
Loading…
Reference in a new issue