Skip to content

Commit

Permalink
Remove CoC links since github already displays this
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom committed Mar 30, 2024
1 parent 50f4af0 commit 0059706
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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).
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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).
1 change: 0 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 0059706

Please sign in to comment.