소스 검색

Update bug_report.yaml

Zac0511 7 달 전
부모
커밋
551aed30be
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      .github/ISSUE_TEMPLATE/bug_report.yaml

+ 3 - 3
.github/ISSUE_TEMPLATE/bug_report.yaml

@@ -44,9 +44,9 @@ body:
       description: Select on which deployment(s) you encountered the bug
       description: Select on which deployment(s) you encountered the bug
       options:
       options:
         - label: Production (puter.com)
         - label: Production (puter.com)
-        - Development (`npm run start`)
-        - Docker (via `docker run`)
-        - Docker (via `docker-compose`)
+        - label: Development (`npm run start`)
+        - label: Docker (via `docker run`)
+        - label: Docker (via `docker-compose`)
       validations:
       validations:
         required: true
         required: true
   - type: input
   - type: input