From 37955bc9d5d1bee5d8bb94c257399414b869d6bf Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Wed, 6 Sep 2023 10:30:44 +0200 Subject: [PATCH] PHPORM-86: Add support links to New Issue page --- .github/ISSUE_TEMPLATE/config.yml | 12 ++++++++++++ 1 file changed, 12 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 000000000..f9b85cd6b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,12 @@ +blank_issues_enabled: false + +contact_links: + - name: Discussions + url: https://github.com/mongodb/laravel-mongodb/discussions/new/choose + about: For questions, discussions, or general technical support from other Laravel users, visit the Discussions page. + - name: MongoDB Developer Community Forums + url: https://developer.mongodb.com/community/forums/ + about: For questions, discussions, or general technical support, visit the MongoDB Community Forums. The MongoDB Community Forums are a centralized place to connect with other MongoDB users, ask questions, and get answers. + - name: Report a Security Vulnerability + url: https://mongodb.com/docs/manual/tutorial/create-a-vulnerability-report + about: If you believe you have discovered a vulnerability in MongoDB products or have experienced a security incident related to MongoDB products, please report the issue to aid in its resolution.