Skip to content

Commit a17dd82

Browse files
(DOCPS-30013): Add download sections to release notes (#3301)
* (DOCPS-30013): Add download sections to release notes * add 'report an issue' section
1 parent 6c0e5b0 commit a17dd82

File tree

4 files changed

+27
-9
lines changed

4 files changed

+27
-9
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
To report an issue, see the `MongoDB GitHub repository
2+
<https://github.com/mongodb/mongo/wiki/Submit-Bug-Reports>`__ for
3+
instructions on how to file a JIRA ticket for the MongoDB server or one
4+
of the related projects.

source/release-notes/5.0.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,10 +1515,7 @@ Known Issues
15151515
Report an Issue
15161516
---------------
15171517

1518-
To report an issue, see
1519-
https://github.com/mongodb/mongo/wiki/Submit-Bug-Reports for
1520-
instructions on how to file a JIRA ticket for the MongoDB server or one
1521-
of the related projects.
1518+
.. include:: /includes/report-an-issue.rst
15221519

15231520
.. toctree::
15241521
:titlesonly:

source/release-notes/6.0.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,14 @@ offer major version upgrade support to help ensure a smooth transition
936936
without interruption to your MongoDB application. To learn more, see
937937
:products:`MongoDB Consulting </consulting?tck=docs_server>`.
938938

939+
.. _6.0-download:
940+
941+
Download
942+
--------
943+
944+
To download MongoDB 6.0, go to the `MongoDB Download Center
945+
<https://www.mongodb.com/try/download?tck=docs_server>`__.
946+
939947
.. _6.0-known-issues:
940948

941949
Known Issues
@@ -962,10 +970,7 @@ status.
962970
Report an Issue
963971
---------------
964972

965-
To report an issue, see
966-
https://github.com/mongodb/mongo/wiki/Submit-Bug-Reports for
967-
instructions on how to file a JIRA ticket for the MongoDB server or one
968-
of the related projects.
973+
.. include:: /includes/report-an-issue.rst
969974

970975
.. toctree::
971976
:titlesonly:

source/release-notes/7.0.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,21 @@ remove data that uses any of the following features:
207207
- Config servers that have collections with
208208
``changeStreamPreAndPostImages`` enabled
209209

210+
.. _7.0-download:
211+
212+
Download
213+
--------
214+
215+
To download MongoDB 7.0, go to the `MongoDB Download Center
216+
<https://www.mongodb.com/try/download?tck=docs_server>`__.
217+
218+
Report an Issue
219+
---------------
220+
221+
.. include:: /includes/report-an-issue.rst
222+
210223
.. toctree::
211224
:titlesonly:
212225
:hidden:
213226

214227
/release-notes/7.0-upgrade
215-

0 commit comments

Comments
 (0)