|
| 1 | +.. _mongodb-analyzer-issues-and-help: |
| 2 | + |
| 3 | +============= |
| 4 | +Issues & Help |
| 5 | +============= |
| 6 | + |
| 7 | +.. default-domain:: mongodb |
| 8 | + |
| 9 | +The MongoDB developer community is highly engaged and encompasses users with a range of Visual Studio Code experience. |
| 10 | + |
| 11 | +Often, the quickest way to get support for general questions is through the `MongoDB Community Forums <https://www.mongodb.com/community/forums/tags/c/data/developer-tools/49/vscode>`__. |
| 12 | + |
| 13 | +Refer to our :manual:`support channels </support>` documentation for more information. |
| 14 | + |
| 15 | +Bugs / Feature Requests |
| 16 | +----------------------- |
| 17 | + |
| 18 | +If you think you've found a bug or want to request a new MongoDB Analyzer feature, please open a case in our issue management tool, JIRA: |
| 19 | + |
| 20 | +* `Create an account and login <https://jira.mongodb.org>`__. |
| 21 | +* Navigate to `the VS project <https://jira.mongodb.org/browse/VS>`__. |
| 22 | +* Click **Create**. Please provide as much information as possible about the |
| 23 | + issue and the steps to reproduce it. |
| 24 | + |
| 25 | +Bug reports in JIRA for the Visual Studio project are **public**. |
| 26 | + |
| 27 | +If you've identified a security vulnerability in the analyzer or any other |
| 28 | +MongoDB project, please report it according to the instructions found in the |
| 29 | +:manual:`Create a Vulnerability Report </tutorial/create-a-vulnerability-report>` page. |
| 30 | + |
| 31 | +Pull Requests |
| 32 | +------------- |
| 33 | + |
| 34 | +We're happy to accept contributions to help improve the analyzer. We |
| 35 | +will review user contributions to ensure they meet the standards of the |
| 36 | +codebase. Please include documentation and tests in your pull request. |
| 37 | + |
| 38 | +To get started, check out the source and work on a branch: |
| 39 | + |
| 40 | +.. code-block:: bash |
| 41 | + |
| 42 | + git clone https://github.com/mongodb/mongo-csharp-analyzer.git |
| 43 | + cd mongo-csharp-analyzer |
| 44 | + git checkout -b myNewFeature |
0 commit comments