File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ MongoDB C# Driver
9
9
/quick-start
10
10
/usage-examples
11
11
/compatibility
12
+ /issues-and-help
Original file line number Diff line number Diff line change
1
+ =============
2
+ Issues & Help
3
+ =============
4
+
5
+ .. default-domain:: mongodb
6
+
7
+ We are lucky to have a vibrant community of {+driver-long+}
8
+ users. We recommend seeking support for general
9
+ questions through the `MongoDB Community Forums
10
+ <https://www.mongodb.com/community/forums>`__.
11
+
12
+ Bugs / Feature Requests
13
+ -----------------------
14
+
15
+ To report a bug or to request a new feature in the {+driver-short+},
16
+ please open an issue in JIRA, our issue management tool, using the
17
+ following steps:
18
+
19
+ 1. `Create a JIRA account <https://jira.mongodb.org>`__.
20
+ #. Navigate to `the CSHARP Driver project <https://jira.mongodb.org/browse/CSHARP>`__.
21
+ #. Click :guilabel:`Create Issue`. Please provide as much information as possible about the
22
+ issue and the steps to reproduce it.
23
+
24
+ Bug reports in JIRA for the CSHARP Driver project can be viewed by everyone.
25
+
26
+ If you identify a security vulnerability in the driver or in any other
27
+ MongoDB project, please report it according to the instructions found in
28
+ :manual:`Create a Vulnerability Report </tutorial/create-a-vulnerability-report>`.
29
+
30
+ Pull Requests
31
+ -------------
32
+
33
+ We are happy to accept contributions to help improve the driver. To
34
+ contribute to the official driver, follow the `development and testing
35
+ guidelines <https://github.com/mongodb/mongo-csharp-driver/blob/master/CONTRIBUTING.md>`__.
36
+ We will guide user contributions to ensure they meet the standards of the codebase.
You can’t perform that action at this time.
0 commit comments