diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index e1f6fca0..ff28c0fc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -44,9 +44,9 @@ body: description: Select on which deployment(s) you encountered the bug options: - 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: required: true - type: input