Skip to content

Commit 81d4e7a

Browse files
authored
DOCSP-24556: issues & help page (#18)
* DOCSP-24556: issues and help page * add page to index * wording fixes * wording fixes 2 * wording fixes 3 * PR comments 1 * list fix * PR comments 2 * PR comments 3 * PR comments 4 * link fix
1 parent be255ba commit 81d4e7a

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ MongoDB C# Driver
99
/quick-start
1010
/usage-examples
1111
/compatibility
12+
/issues-and-help

source/issues-and-help.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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.

0 commit comments

Comments
 (0)