소스 검색

ci: better issue templates description (#3571)

LostNeophyte 2 년 전
부모
커밋
763af07570
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .github/ISSUE_TEMPLATE/general-issue-form.yaml
  2. 1 1
      .github/ISSUE_TEMPLATE/lsp-issue-form.yaml

+ 1 - 1
.github/ISSUE_TEMPLATE/general-issue-form.yaml

@@ -1,5 +1,5 @@
 name: General Issue
-description: File a bug report not related to LSP (language support, diagnostics)
+description: File a bug report not related to LSP (intellisense, completion, diagnostics, etc)
 labels: [bug]
 
 body:

+ 1 - 1
.github/ISSUE_TEMPLATE/lsp-issue-form.yaml

@@ -1,5 +1,5 @@
 name: LSP Issue
-description: File a LSP (language support, diagnostics) related bug report
+description: File a bug report related to LSP (intellisense, completion, diagnostics, etc) 
 labels: [bug, LSP]
 
 body: