Skip to content

Commit 2a4901a

Browse files
Merge pull request #3 from jordan-smith721/DOCSP-32178-compatibility
DOCSP-32177/DOCSP-32178 compatibility and Issues & Help
2 parents 4532db2 + 0f60bb0 commit 2a4901a

File tree

4 files changed

+46
-2
lines changed

4 files changed

+46
-2
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1818
provider-long = "MongoDB Entity Framework Provider"
1919
provider-short = "Entity Framework Provider"
2020
framework = "Entity Framework"
21+
framework-core = "{+framework+} Core"
2122
framework-version = "7.0"
2223
language = "C#"
2324
mongo-community = "MongoDB Community Edition"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.. list-table::
2+
:header-rows: 1
3+
:widths: 50 25 25
4+
5+
* - {+provider-long+}
6+
- {+framework-core+}
7+
- .NET
8+
9+
* - **{+version-number+}**
10+
- **7.0**
11+
- **6.0 or later**

source/index.txt

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
=================================
2-
MongoDB Entity Framework Provider
2+
{+provider-long+}
33
=================================
44

55
.. toctree::
66

77
/quick-start
88
/quick-reference
9+
/issues-and-help
910

1011
Introduction
1112
------------
@@ -26,4 +27,12 @@ Quick Reference
2627
---------------
2728

2829
See driver syntax examples for common MongoDB commands in the
29-
:ref:`Quick Reference <entity-framework-quick-reference>` section.
30+
:ref:`Quick Reference <entity-framework-quick-reference>` section.
31+
32+
Compatibility
33+
-------------
34+
35+
The {+provider-long+} is compatible with the following the following versions of
36+
{+framework-core+} and .NET.
37+
38+
.. include:: /includes/compatibility-table.rst

source/issues-and-help.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.. _entity-framework-issues-help:
2+
3+
=============
4+
Issues & Help
5+
=============
6+
7+
Bugs / Feature Requests
8+
-----------------------
9+
10+
To report a bug or to request a new feature in the {+provider-short+},
11+
please open an issue in JIRA, our issue management tool, using the
12+
following steps:
13+
14+
1. `Create a JIRA account <https://jira.mongodb.org>`__.
15+
#. Navigate to `the Entity Framework project <https://jira.mongodb.org/projects/EF/>`__.
16+
#. Click :guilabel:`Create Issue`. Please provide as much information as possible about the
17+
issue and the steps to reproduce it.
18+
19+
Bug reports in JIRA for the {+provider-short+} project can be viewed by everyone.
20+
21+
If you identify a security vulnerability in the driver or in any other
22+
MongoDB project, please report it according to the instructions found in
23+
:manual:`Create a Vulnerability Report </tutorial/create-a-vulnerability-report>`.

0 commit comments

Comments
 (0)