Daniel Gibbs před 8 roky
rodič
revize
74c4c6ca9a
2 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 1 1
      .github/request-info.yml
  2. 2 1
      .github/support.yml

+ 1 - 1
.github/request-info.yml

@@ -12,4 +12,4 @@ requestInfoReplyComment: >
 #  - updates
 
 # *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
-requestInfoLabelToAdd: needs more info
+requestInfoLabelToAdd: Status: needs more info

+ 2 - 1
.github/support.yml

@@ -1,13 +1,14 @@
 # Configuration for support-requests - https://github.com/dessant/support-requests
 
 # Label used to mark issues as support requests
-supportLabel: support
+supportLabel: Type: support
 # Comment to post on issues marked as support requests. Add a link
 # to a support page, or set to `false` to disable
 supportComment: >
   We use the issue tracker exclusively for bug reports and feature requests.
   However, this issue appears to be a support request. Please use our
   support channels to get help with the project.
+  https://linuxgsm.com/support/
 # Whether to close issues marked as support requests
 close: true
 # Whether to lock issues marked as support requests