diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 6c758ae11..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](https://github.com/altair-viz/altair/blob/main/CODE_OF_CONDUCT.md). diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 471ff86d3..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](https://github.com/altair-viz/altair/blob/main/CODE_OF_CONDUCT.md). diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a187ea093..c7b2a77c8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,4 +9,3 @@ Please follow these guidelines when submitting your PR: - Include unit tests and documentation for new features - Ensure that the title is a concise [semantic commit message](https://www.conventionalcommits.org/) (e.g. "feat: Add `embed_options` to charts"). - Append `!` if the change is breaking (e.g. "fix!: Raise error when `embed_options` is `None`") -- By submitting this PR, you agree to follow our [Code of Conduct](https://github.com/altair-viz/altair/blob/main/CODE_OF_CONDUCT.md).