From ed0809e5823b26bd7506af770c08bc8397622ff0 Mon Sep 17 00:00:00 2001 From: Joel Ostblom Date: Sat, 30 Mar 2024 09:40:45 -0700 Subject: [PATCH] Fix CoC link and add it to PR template as well --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- .github/pull_request_template.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index a699ba502..6c758ae11 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -31,4 +31,4 @@ body: 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). + 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 3210adadd..471ff86d3 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -23,4 +23,4 @@ body: 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). + 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 c7b2a77c8..a187ea093 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,3 +9,4 @@ 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).