always use the same perl in $PATH
[openssl.git] / .github / ISSUE_TEMPLATE / feature_request.md
index 27d66e6397ab9e139780dd059dd444a4dc63e830..f94c5dc40630a68f83d2cc974594b14ed5780c19 100644 (file)
@@ -1,18 +1,19 @@
 ---
 name: Feature request
-labels: feature
+labels: 'issue: feature request'
 about: Propose a feature you would like to see added in the software
 
 ---
 
 <!--
-Thank you for your feature request.
+Thank you for your feature request. If this is your first one,
+please take the time to read the following lines before posting it.
 
 NOTE:
 
-    If you're asking about how to use OpenSSL, this isn't the right 
+    If you're asking about how to use OpenSSL, this isn't the right
     forum.  Please see our User Support resources:
-    https://github.com/openssl/openssl/blob/master/.github/SUPPORT.md
+    https://github.com/openssl/openssl/blob/master/SUPPORT.md
 
 Please remember to put ``` lines before and after any commands plus
 output and code, like this:
@@ -24,7 +25,7 @@ output and code, like this:
 
     ```
     #include <stdio.h>
-    
+
     int main() {
         int foo = 1;
         printf("%d\n", foo);