Skip to content

Commit 919fe15

Browse files
authored
Add external links to new issue workflow (#1218)
1 parent 324182a commit 919fe15

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug Report
3-
about: Create a report to help us improve
3+
about: Report a bug for the MongoDB PHP extension.
44
title: ''
55
labels: ''
66
assignees: ''

.github/ISSUE_TEMPLATE/config.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
blank_issues_enabled: false
2+
3+
contact_links:
4+
- name: New issue on mongodb/mongo-php-library
5+
url: https://github.com/mongodb/mongo-php-library/issues/new/choose
6+
about: Experiencing a problem with the MongoDB PHP library? Please report it through the mongo-php-library repository.
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://docs.mongodb.org/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)