소스 검색

Remove 'nio' tag from Issue templates (#876)

Motivation:

We no longer need to call ourselves out as being the NIO based
implementation. From now on 'nio' is implicit and we'll tag 'cgrpc'
related issues explicitly.

Modifications:

Remove the 'nio' tag from issue templates

Result:

Issues aren't tagged with 'nio'.
George Barnett 5 년 전
부모
커밋
03bfc9fd41
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      .github/ISSUE_TEMPLATE/BUG_REPORT.md
  2. 1 1
      .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
  3. 1 1
      .github/ISSUE_TEMPLATE/QUESTION.md

+ 1 - 1
.github/ISSUE_TEMPLATE/BUG_REPORT.md

@@ -1,7 +1,7 @@
 ---
 name: 🐛 Bug Report
 about: If something isn't working as expected 🤔
-labels: bug, nio
+labels: bug
 ---
 
 <!--

+ 1 - 1
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

@@ -1,7 +1,7 @@
 ---
 name: 🚀 Feature Request
 about: Suggest an idea to improve gRPC Swift
-labels: enhancement, nio
+labels: enhancement
 ---
 
 <!--

+ 1 - 1
.github/ISSUE_TEMPLATE/QUESTION.md

@@ -1,7 +1,7 @@
 ---
 name: ❓ Support Question
 about: Not sure how something works? Ask us here. (But please check the README and issues first 🙃.)
-labels: question, nio
+labels: question
 ---
 
 <!--