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