diff --git a/.github/ISSUE_TEMPLATE/ui_feature_request.yaml b/.github/ISSUE_TEMPLATE/ui_feature_request.yaml index c4d7b6fe23..1433e09315 100644 --- a/.github/ISSUE_TEMPLATE/ui_feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/ui_feature_request.yaml @@ -29,12 +29,15 @@ body: - type: checkboxes id: no-duplicate-issues attributes: - options: - - label: "Are you sure this issue hasn't been raised already?" + label: "Are you sure this issue hasn't been raised already?" + options: + - label: "Yes" required: true - type: checkboxes id: read-code-of-conduct attributes: + label: "Have you read the Code of Conduct?" + description: "[Code of Conduct](https://github.com/flyteorg/flyte/blob/master/CODE_OF_CONDUCT.md)" options: - - label: "Have you read the [Code of Conduct](https://github.com/flyteorg/flyte/blob/master/CODE_OF_CONDUCT.md)?" + - label: "Yes" required: true