From c88e81bf33c1a977e9ab723f3207900744b9b0a1 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Thu, 27 May 2021 12:26:57 -0400 Subject: [PATCH] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ 1 file changed, 11 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..09057c6f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: Bug Report + url: bug_report.md + about: Any bugs can be reported here + - name: Feature Request + url: feature_request.md + about: Please request new features here + - lesson card: Lesson Card + url: lesson_request.md + about: Create a lesson card here