From e7135549d6d409ba2e795c352035d449ab1bf0dc Mon Sep 17 00:00:00 2001 From: Nicolas Saillant Date: Thu, 7 Nov 2024 13:06:22 +0100 Subject: [PATCH] Move CGAL issue template and add config settings --- .github/{ => ISSUE_TEMPLATE}/ISSUE_TEMPLATE.md | 8 ++++++++ .github/ISSUE_TEMPLATE/config.yml | 2 ++ 2 files changed, 10 insertions(+) rename .github/{ => ISSUE_TEMPLATE}/ISSUE_TEMPLATE.md (86%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md similarity index 86% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md index be6342c5236c..6692b984f579 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md @@ -1,3 +1,11 @@ +--- +name: CGAL issue template +about: Use this template for reporting issues with CGAL +title: '' +labels: '' +assignees: '' +--- + _Please use the following template to help us solving your issue._ ## Issue Details diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000000..8e9f9162b359 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,2 @@ +blank_issues_enabled: false +contact_links: [] \ No newline at end of file