Minor typo fixes in the github template files
diff --git a/.github/issue_template.md b/.github/issue_template.md
index 772d98b..33f68fb 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -17,9 +17,9 @@
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:
+**Peer device TLS stack and version**
+OpenSSL|GnuTls|Chrome|NSS(Firefox)|SecureChannel (IIS/Internet Explorer/Edge)|Other
+Version:
**Expected behavior**
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index fa0c7e9..485b541 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -12,8 +12,8 @@
**READY/IN DEVELOPMENT/HOLD**
## Requires Backporting
-When there is a bug fix, it should be backported to legacy supported branches.
-legacy supported branches will not be backported if:
+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