@@ -13,14 +13,14 @@ Laravel MongoDB
1313 :titlesonly:
1414 :maxdepth: 1
1515
16- /install
1716 /quick-start
1817 /retrieve
1918 /eloquent-models
2019 /query-builder
2120 /user-authentication
2221 /queues
2322 /transactions
23+ /issues-and-help
2424 /compatibility
2525 /upgrade
2626
@@ -59,6 +59,12 @@ see the following content:
5959- :ref:`laravel-queues`
6060- :ref:`laravel-transactions`
6161
62+ Issues & Help
63+ -------------
64+
65+ Learn how to report bugs, contribute to the library, and find
66+ more resources in the :ref:`laravel-issues-and-help` section.
67+
6268Compatibility
6369-------------
6470
@@ -71,57 +77,4 @@ Upgrade Versions
7177Learn what changes you might need to make to your application to upgrade
7278versions in the :ref:`laravel-upgrading` section.
7379
74- Reporting Issues
75- ----------------
76-
77- We are lucky to have a vibrant PHP community that includes users of varying
78- experience with MongoDB PHP Library and {+odm-short+}. To get support for
79- general questions, search or post in the
80- :community-forum:`MongoDB Community Forums <>`.
81-
82- To learn more about MongoDB support options, see the
83- `Technical Support <https://www.mongodb.org/about/support>`__ page.
84-
85-
86- Bugs / Feature Requests
87- -----------------------
88-
89- If you've found a bug or want to see a new feature in {+odm-short+},
90- please report it in the GitHub issues section of the
91- `mongodb/laravel-mongodb <https://github.com/mongodb/laravel-mongodb>`__
92- repository.
93-
94- If you want to contribute code, see the following section for instructions on
95- submitting pull requests.
96-
97- To report a bug or request a new feature, perform the following steps:
98-
99- 1. Visit the `GitHub issues <https://github.com/mongodb/laravel-mongodb/issues>`__
100- section and search for any similar issues or bugs.
101- #. If you find a matching issue, you can reply to the thread to report that
102- you have a similar issue or request.
103- #. If you cannot find a matching issue, click :guilabel:`New issue` and select
104- the appropriate issue type.
105- #. If you selected "Bug report" or "Feature request", please provide as much
106- information as possible about the issue. Click :guilabel:`Submit new issue`
107- to complete your submission.
108-
109- If you've identified a security vulnerability in any official MongoDB
110- product, please report it according to the instructions found in the
111- :manual:`Create a Vulnerability Report page </tutorial/create-a-vulnerability-report>`.
112-
113- For general questions and support requests, please use one of MongoDB's
114- :manual:`Technical Support </support/>` channels.
115-
116- Pull Requests
117- -------------
118-
119- We are happy to accept contributions to help improve the {+odm-short+}.
120-
121- We track current development in `PHPORM <https://jira.mongodb.org/projects/PHPORM/summary>`__
122- MongoDB JIRA project.
123-
124- To learn more about contributing to this project, see the
125- `CONTRIBUTING.md <https://github.com/mongodb/laravel-mongodb/blob/4.1/CONTRIBUTING.md>`__
126- guide on GitHub.
12780
0 commit comments