Configure: stop forcing use of DEFINE macros in headers
[openssl.git] / .github / ISSUE_TEMPLATE / feature_request.md
1 ---
2 name: Feature request
3 about: Propose a feature you would like to see added in the software
4
5 ---
6
7 <!--
8 Thank you for your feature request.
9
10 NOTE:
11
12     If you're asking about how to use OpenSSL, this isn't the right 
13     forum.  Please see our User Support resources:
14     https://github.com/openssl/openssl/blob/master/.github/SUPPORT.md
15
16 Please remember to put ``` lines before and after any commands plus
17 output and code, like this:
18
19     ```
20     $ echo output output output
21     output output output
22     ```
23
24     ```
25     #include <stdio.h>
26     
27     int main() {
28         int foo = 1;
29         printf("%d\n", foo);
30     }
31     ```
32 -->