Minor typo fixes in the github template files
This commit is contained in:
parent
05b9498d94
commit
6f262c4e3e
2 changed files with 5 additions and 5 deletions
6
.github/issue_template.md
vendored
6
.github/issue_template.md
vendored
|
@ -17,9 +17,9 @@ Configuration: please attach config.h file where possible
|
||||||
Compiler and options (if you used a pre-built binary, please indicate how you obtained it):
|
Compiler and options (if you used a pre-built binary, please indicate how you obtained it):
|
||||||
Additional environment information:
|
Additional environment information:
|
||||||
|
|
||||||
**peer device TLS stack and version**
|
**Peer device TLS stack and version**
|
||||||
openSSL|GnuTls|Chrome|NSS(Firefox)|SEcureChannel (IIS/Internet Explorer/Edge)|Other
|
OpenSSL|GnuTls|Chrome|NSS(Firefox)|SecureChannel (IIS/Internet Explorer/Edge)|Other
|
||||||
version:
|
Version:
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected behavior**
|
||||||
|
|
||||||
|
|
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
|
@ -12,8 +12,8 @@ A few sentences describing the overall goals of the pull request's commits.
|
||||||
**READY/IN DEVELOPMENT/HOLD**
|
**READY/IN DEVELOPMENT/HOLD**
|
||||||
|
|
||||||
## Requires Backporting
|
## Requires Backporting
|
||||||
When there is a bug fix, it should be backported to legacy supported branches.
|
When there is a bug fix, it should be backported to all maintained and supported branches.
|
||||||
legacy supported branches will not be backported if:
|
Changes do not have to be backported if:
|
||||||
- This PR is a new feature\enhancement
|
- 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
|
- 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue