xref: /openssl/.github/ISSUE_TEMPLATE.md (revision 473664aa)
1<!--
2NOTE:
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/SUPPORT.md
7
8If relevant, please remember to tell us in what OpenSSL version you
9found the issue.
10
11Please remember to put ``` lines before and after any commands plus
12output 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-->
28