From 5d9c0a9c4d69b9fbb1b30e91b85939750a464564 Mon Sep 17 00:00:00 2001 From: Joel Ostblom Date: Sat, 30 Mar 2024 09:57:26 -0700 Subject: [PATCH] chore: Remove CoC link in templates since it's displayed by default (#3390) * Fix CoC link and add it to PR template as well * Remove CoC links since github already displays this --- .github/ISSUE_TEMPLATE/bug-report.yml | 3 --- .github/ISSUE_TEMPLATE/feature-request.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index a699ba502..eb1c512c4 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -29,6 +29,3 @@ body: attributes: label: Which version of Altair are you using? description: Use `alt.__version__` to find out - - type: markdown - attributes: - value: By submitting this issue, you agree to follow our [Code of Conduct](../../CODE_OF_CONDUCT.md). diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 3210adadd..4d6e96a44 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -21,6 +21,3 @@ body: id: alternative-solutions attributes: label: Have you considered any alternative solutions? - - type: markdown - attributes: - value: By submitting this issue, you agree to follow our [Code of Conduct](../../CODE_OF_CONDUCT.md).