Remaining boilerplate change in doc/man3/OpenSSL_version.pod
[openssl.git] / .github / ISSUE_TEMPLATE.md
1 <!--
2 NOTE:
3
4     If you're asking about how to use OpenSSL, this isn't the right 
5     forum.  Please see our User Support resources:
6     https://github.com/openssl/openssl/blob/master/.github/SUPPORT.md
7
8 If relevant, please remember to tell us in what OpenSSL version you
9 found the issue.
10
11 Please remember to put ``` lines before and after any commands plus
12 output and code, like this:
13
14     ```
15     $ echo output output output
16     output output output
17     ```
18
19     ```
20     #include <stdio.h>
21     
22     int main() {
23         int foo = 1;
24         printf("%d\n", foo);
25     }
26     ```
27 -->