Skip to content

Commit acff08b

Browse files
issues & help
1 parent 5babfca commit acff08b

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2525
driver-short = "PyMongo"
2626
driver-long = "PyMongo, the MongoDB synchronous Python driver,"
2727
driver-async = "PyMongo Async"
28+
django-odm = "MongoDB Backend for Django"
2829
language = "Python"
2930
mdb-server = "MongoDB Server"
3031
mongo-community = "MongoDB Community Edition"

source/django/issues-and-help.txt

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
.. _django-issues-and-help:
2+
3+
=============
4+
Issues & Help
5+
=============
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
13+
.. facet::
14+
:name: genre
15+
:values: reference
16+
17+
.. meta::
18+
:keywords: suggestion, bug, github, django
19+
20+
We're glad to have such a vibrant community of {+django-odm+}
21+
users. We recommend seeking support for general
22+
questions through the :community-forum:`MongoDB Community Forums. <tag/python/>`
23+
24+
Bugs / Feature Requests
25+
-----------------------
26+
27+
To report a bug or to request a new feature in {+driver-short+},
28+
please open an issue in JIRA, our issue-management tool, using the
29+
following steps:
30+
31+
1. `Create a JIRA account <https://jira.mongodb.org>`__.
32+
#. Navigate to `the Python Integrations project <https://jira.mongodb.org/projects/INTPYTHON/>`__.
33+
#. Click :guilabel:`Create Issue`. Please provide as much information as possible about the
34+
issue and the steps to reproduce it.
35+
36+
Bug reports in JIRA for the {+driver-short+} project can be viewed by everyone.
37+
38+
If you identify a security vulnerability in the driver or in any other
39+
MongoDB project, please report it according to the instructions found in
40+
:manual:`Create a Vulnerability Report </tutorial/create-a-vulnerability-report>`.

0 commit comments

Comments
 (0)