From 9b52767bf6efda0d9432a0ad78c32fb1cb6d44ba Mon Sep 17 00:00:00 2001 From: Andrew Jakubowicz Date: Thu, 3 Feb 2022 12:31:54 -0800 Subject: [PATCH] Direct new issues to lit monorepo (#71) Change is the same as https://github.com/lit/lit-element/commit/f2184da66a7b0c692d32c25d99aa00d7fc45e5bf --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 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 0000000..943a267 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: File Issue + url: https://github.com/lit/lit/issues/new/choose + about: Please file new issues in the lit/lit monorepo