This is an automated email from the ASF dual-hosted git repository. yiconghuang pushed a commit to branch chore/change-to-markdown in repository https://gitbox.apache.org/repos/asf/texera.git
commit 6f1386b39a5c904583bc815d0390fcfaaa6145b0 Author: Yicong Huang <[email protected]> AuthorDate: Thu Oct 16 20:22:13 2025 -0700 chore: simplify with a markdown --- .github/ISSUE_TEMPLATE/bug-template.yaml | 11 +++++------ .github/ISSUE_TEMPLATE/feature-template.yaml | 9 +++------ .github/ISSUE_TEMPLATE/task-template.yaml | 9 +++------ 3 files changed, 11 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-template.yaml b/.github/ISSUE_TEMPLATE/bug-template.yaml index db48166c58..d03ad99783 100644 --- a/.github/ISSUE_TEMPLATE/bug-template.yaml +++ b/.github/ISSUE_TEMPLATE/bug-template.yaml @@ -74,11 +74,10 @@ body: label: Relevant log output description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. render: shell - - type: checkboxes - id: terms + + - type: markdown attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow [Apache Code of Conduct](https://www.apache.org/foundation/policies/conduct). - options: - - label: I agree to follow Apache Code of Conduct - required: true + value: | + By submitting this issue, you agree to follow the [Apache Code of Conduct](https://www.apache.org/foundation/policies/conduct). + diff --git a/.github/ISSUE_TEMPLATE/feature-template.yaml b/.github/ISSUE_TEMPLATE/feature-template.yaml index 7ec253da52..7d5ddc2987 100644 --- a/.github/ISSUE_TEMPLATE/feature-template.yaml +++ b/.github/ISSUE_TEMPLATE/feature-template.yaml @@ -70,11 +70,8 @@ body: - Deployment / Infrastructure - Other - - type: checkboxes - id: terms + - type: markdown attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow [Apache Code of Conduct](https://www.apache.org/foundation/policies/conduct). - options: - - label: I agree to follow Apache Code of Conduct - required: true + value: | + By submitting this issue, you agree to follow the [Apache Code of Conduct](https://www.apache.org/foundation/policies/conduct). \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/task-template.yaml b/.github/ISSUE_TEMPLATE/task-template.yaml index 4bc1b56ac9..cf0fc8db58 100644 --- a/.github/ISSUE_TEMPLATE/task-template.yaml +++ b/.github/ISSUE_TEMPLATE/task-template.yaml @@ -57,11 +57,8 @@ body: - label: Testing / QA - label: DevOps / Deployment - - type: checkboxes - id: terms + - type: markdown attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow [Apache Code of Conduct](https://www.apache.org/foundation/policies/conduct). - options: - - label: I agree to follow Apache Code of Conduct - required: true + value: | + By submitting this issue, you agree to follow the [Apache Code of Conduct](https://www.apache.org/foundation/policies/conduct).
