Skip to content

Commit 7dc6875

Browse files
committed
Remove markdown links from HTML comments in issue templates
HTML comments aren't rendered, so markdown link syntax is irrelevant inside them, and more confusing than useful. Reviewed-by: Nicola Tuveri <[email protected]> (Merged from openssl#7632)
1 parent 7136833 commit 7dc6875

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
NOTE:
33
44
If you're asking about how to use OpenSSL, this isn't the right
5-
forum. Please see our
6-
[User Support resources](https://github.com/openssl/openssl/blob/master/.github/SUPPORT.md)
5+
forum. Please see our User Support resources:
6+
https://github.com/openssl/openssl/blob/master/.github/SUPPORT.md
77
88
If relevant, please remember to tell us in what OpenSSL version you
99
found the issue.

.github/ISSUE_TEMPLATE/bug_report.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Thank you for your bug report.
1010
NOTE:
1111
1212
If you're asking about how to use OpenSSL, this isn't the right
13-
forum. Please see our
14-
[User Support resources](https://github.com/openssl/openssl/blob/master/.github/SUPPORT.md)
13+
forum. Please see our User Support resources:
14+
https://github.com/openssl/openssl/blob/master/.github/SUPPORT.md
1515
1616
Please remember to tell us in what OpenSSL version you found the issue.
1717

.github/ISSUE_TEMPLATE/feature_request.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Thank you for your feature request.
1010
NOTE:
1111
1212
If you're asking about how to use OpenSSL, this isn't the right
13-
forum. Please see our
14-
[User Support resources](https://github.com/openssl/openssl/blob/master/.github/SUPPORT.md)
13+
forum. Please see our User Support resources:
14+
https://github.com/openssl/openssl/blob/master/.github/SUPPORT.md
1515
1616
Please remember to put ``` lines before and after any commands plus
1717
output and code, like this:

0 commit comments

Comments
 (0)