From 82d31a6014e8f3ddf126edc166b2cf14b465f1bb Mon Sep 17 00:00:00 2001 From: Dhruv Manilawala Date: Wed, 7 May 2025 22:03:27 +0530 Subject: [PATCH] Add link to `ty` issue tracker (#17924) Co-authored-by: Micha Reiser --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 7c58301908..5d56b28ace 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: true contact_links: + - name: Report an issue with ty + url: https://github.com/astral-sh/ty/issues/new/choose + about: Please report issues for our type checker ty in the ty repository. - name: Documentation url: https://docs.astral.sh/ruff about: Please consult the documentation before creating an issue.