From fa38f868c03924d791cfe1358bc46794baf97b76 Mon Sep 17 00:00:00 2001 From: Wilson Wang <3913185+wilsonwang371@users.noreply.github.com> Date: Mon, 17 Jan 2022 17:26:33 -0800 Subject: [PATCH] [Feature] add more options in bug template (#121) --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index b319cebda0f..3cc25dcab06 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -30,6 +30,8 @@ body: multiple: true options: - "ray-operator" + - "apiserver" + - "ci" - "Others" validations: required: true