From 9c5b3f60d5955bd65893b0fd68f0edccfb9d32b0 Mon Sep 17 00:00:00 2001 From: dicedtomato <35403473+diced@users.noreply.github.com> Date: Thu, 9 Mar 2023 20:51:07 -0800 Subject: [PATCH] feat: add feature request "contact_link" --- .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 d5e2306..46dade9 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: Feature Request + url: https://github.com/diced/zipline/discussions/new?category=ideas&title=Your%20breif%20description%20here&labels=feature + about: Ask for a new feature - name: Zipline Discord url: https://discord.gg/EAhCRfGxCF about: Ask for help with anything related to Zipline!