From a97d586af244db0baf54244207db0a7a4155f47a Mon Sep 17 00:00:00 2001 From: Hadrian Tang Date: Fri, 17 Jul 2020 23:51:51 +0800 Subject: [PATCH] Apparently you can add redirect buttons in issue template selection (#147) * Apparently you can add redirect buttons in issue template selection * Fix link --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..b580c0ad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: Issue with AngouriMath + url: https://github.com/asc-community/AngouriMath/issues/new/choose + about: Please open issues relating to AngouriMath in asc-community/AngouriMath. + - name: Issue with Typography + url: https://github.com/LayoutFarm/Typography/issues/new/choose + about: Please open issues relating to Typography in LayoutFarm/Typography.