@@ -13,14 +13,14 @@ Laravel MongoDB
13
13
:titlesonly:
14
14
:maxdepth: 1
15
15
16
- /install
17
16
/quick-start
18
17
/retrieve
19
18
/eloquent-models
20
19
/query-builder
21
20
/user-authentication
22
21
/queues
23
22
/transactions
23
+ /issues-and-help
24
24
/compatibility
25
25
/upgrade
26
26
@@ -59,6 +59,12 @@ see the following content:
59
59
- :ref:`laravel-queues`
60
60
- :ref:`laravel-transactions`
61
61
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
+
62
68
Compatibility
63
69
-------------
64
70
@@ -71,57 +77,4 @@ Upgrade Versions
71
77
Learn what changes you might need to make to your application to upgrade
72
78
versions in the :ref:`laravel-upgrading` section.
73
79
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.
127
80
0 commit comments