From 2b1828797cf32fa9a70514a42035a29c0dffe7e3 Mon Sep 17 00:00:00 2001 From: Justin Reardon Date: Mon, 7 Sep 2026 10:10:20 -0400 Subject: [PATCH] Add CoC and Contributing guide links when creating issues Note: This does not include a link to the security policy, as Github auto-generates that. --- .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 0000000..5c67f83 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: Typelevel Code of Conduct + url: https://typelevel.org/code-of-conduct/ + about: Report Code of Conduct concerns using the contacts listed on the Typelevel Code of Conduct page. + - name: Typelevel Contributing Guide + url: https://typelevel.org/projects/contributing-guide + about: Review the contributing guide before opening issues. AI generated issues are not accepted.