diff --git a/snooty.toml b/snooty.toml index de16c44e..1f5fb267 100644 --- a/snooty.toml +++ b/snooty.toml @@ -25,6 +25,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/" driver-short = "PyMongo" driver-long = "PyMongo, the MongoDB synchronous Python driver," driver-async = "PyMongo Async" +django-odm = "Django MongoDB Backend" language = "Python" mdb-server = "MongoDB Server" mongo-community = "MongoDB Community Edition" diff --git a/source/django/issues-and-help.txt b/source/django/issues-and-help.txt new file mode 100644 index 00000000..1bf548b7 --- /dev/null +++ b/source/django/issues-and-help.txt @@ -0,0 +1,45 @@ +.. _django-issues-and-help: + +============= +Issues & Help +============= + +.. contents:: On this page + :local: + :backlinks: none + :depth: 1 + :class: singlecol + +.. facet:: + :name: genre + :values: reference + +.. meta:: + :keywords: suggestion, bug, github, django + +We're glad to have such a vibrant community of users of {+django-odm+}. We +recommend seeking support for general +questions through the :community-forum:`MongoDB Community Forums `. + +.. TODO: Uncomment below when limitations page is done +.. .. note:: + +.. {+django-odm+} is in public preview. To see a list of limitations, see the :ref:`limitations` page. + +Bugs / Feature Requests +----------------------- + +To report a bug or to request a new feature in {+django-odm+}, +please open an issue in JIRA, our issue-management tool, using the +following steps: + +1. `Create a JIRA account `__. +#. Navigate to `the Python Integrations project `__. +#. Click :guilabel:`Create Issue`. Please provide as much information as possible about the + issue and the steps to reproduce it. + +Bug reports in JIRA for the {+django-odm+} project can be viewed by everyone. + +If you identify a security vulnerability in the driver or in any other +MongoDB project, please report it according to the instructions found in +:manual:`Create a Vulnerability Report `. \ No newline at end of file