Skip to content

Commit 5394a8d

Browse files
authored
PHPORM-86: Add support links to New Issue page (#2602)
1 parent 035d704 commit 5394a8d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
blank_issues_enabled: false
2+
3+
contact_links:
4+
- name: Discussions
5+
url: https://github.com/mongodb/laravel-mongodb/discussions/new/choose
6+
about: For questions, discussions, or general technical support from other Laravel users, visit the Discussions page.
7+
- name: MongoDB Developer Community Forums
8+
url: https://developer.mongodb.com/community/forums/
9+
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.
10+
- name: Report a Security Vulnerability
11+
url: https://mongodb.com/docs/manual/tutorial/create-a-vulnerability-report
12+
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.

0 commit comments

Comments
 (0)