diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 88a042021d..f51d577f11 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -116,20 +116,10 @@ body: validations: required: false - - type: checkboxes - id: acceptance_criteria - attributes: - label: Acceptance Criteria - options: - - label: "Ensure new code is unit tested, and check code coverage is at least 90%." - required: false - - label: "Create a related issue in taipy-doc for documentation and Release Notes if relevant." - required: false - - type: markdown attributes: value: | - ## Acceptance Criteria + ### Acceptance Criteria - [ ] Ensure new code is unit tested, and check code coverage is at least 90%. - [ ] Create related issue in taipy-doc for documentation and Release Notes. diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 8fcbfbad3d..af96e8bb34 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -44,7 +44,7 @@ body: - type: markdown attributes: value: | - ## Acceptance Criteria + ### Acceptance Criteria - [ ] Ensure new code is unit tested, and check code coverage is at least 90%. - [ ] Create related issue in taipy-doc for documentation and Release Notes. diff --git a/.github/ISSUE_TEMPLATE/refactor-code.yml b/.github/ISSUE_TEMPLATE/refactor-code.yml index 5080e0b783..5f63f6c76f 100644 --- a/.github/ISSUE_TEMPLATE/refactor-code.yml +++ b/.github/ISSUE_TEMPLATE/refactor-code.yml @@ -19,7 +19,7 @@ body: - type: markdown attributes: value: | - ## Acceptance Criteria + ### Acceptance Criteria - [ ] Ensure new code is unit tested, and check code coverage is at least 90%. - [ ] Propagate any change on the demos and run all of them to ensure there is no breaking change.