Skip to content

DOCSP-35931: Issues and Help page #2744

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 8 additions & 53 deletions docs/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Laravel MongoDB
/user-authentication
/queues
/transactions
/issues-and-help
/compatibility
/upgrade

Expand Down Expand Up @@ -59,6 +60,13 @@ see the following content:
- :ref:`laravel-queues`
- :ref:`laravel-transactions`

Issues & Help
-------------

Learn how to report bugs, contribute to the driver, and find
more resources for asking questions in the
:ref:`laravel-issues-and-help` section.

Compatibility
-------------

Expand All @@ -71,57 +79,4 @@ Upgrade Versions
Learn what changes you might need to make to your application to upgrade
versions in the :ref:`laravel-upgrading` section.

Reporting Issues
----------------

We are lucky to have a vibrant PHP community that includes users of varying
experience with MongoDB PHP Library and {+odm-short+}. To get support for
general questions, search or post in the
:community-forum:`MongoDB Community Forums <>`.

To learn more about MongoDB support options, see the
`Technical Support <https://www.mongodb.org/about/support>`__ page.


Bugs / Feature Requests
-----------------------

If you've found a bug or want to see a new feature in {+odm-short+},
please report it in the GitHub issues section of the
`mongodb/laravel-mongodb <https://github.com/mongodb/laravel-mongodb>`__
repository.

If you want to contribute code, see the following section for instructions on
submitting pull requests.

To report a bug or request a new feature, perform the following steps:

1. Visit the `GitHub issues <https://github.com/mongodb/laravel-mongodb/issues>`__
section and search for any similar issues or bugs.
#. If you find a matching issue, you can reply to the thread to report that
you have a similar issue or request.
#. If you cannot find a matching issue, click :guilabel:`New issue` and select
the appropriate issue type.
#. If you selected "Bug report" or "Feature request", please provide as much
information as possible about the issue. Click :guilabel:`Submit new issue`
to complete your submission.

If you've identified a security vulnerability in any official MongoDB
product, please report it according to the instructions found in the
:manual:`Create a Vulnerability Report page </tutorial/create-a-vulnerability-report>`.

For general questions and support requests, please use one of MongoDB's
:manual:`Technical Support </support/>` channels.

Pull Requests
-------------

We are happy to accept contributions to help improve the {+odm-short+}.

We track current development in `PHPORM <https://jira.mongodb.org/projects/PHPORM/summary>`__
MongoDB JIRA project.

To learn more about contributing to this project, see the
`CONTRIBUTING.md <https://github.com/mongodb/laravel-mongodb/blob/4.1/CONTRIBUTING.md>`__
guide on GitHub.

55 changes: 55 additions & 0 deletions docs/issues-and-help.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
.. _laravel-issues-and-help:

=============
Issues & Help
=============

We are lucky to have a vibrant PHP community that includes users of varying
experience with MongoDB PHP Library and {+odm-short+}. To get support for
general questions, search or post in the
:community-forum:`MongoDB Community Forums <>`.

To learn more about MongoDB support options, see the
`Technical Support <https://www.mongodb.org/about/support>`__ page.

Bugs / Feature Requests
-----------------------

If you've found a bug or want to see a new feature in {+odm-short+},
please report it in the GitHub issues section of the
`mongodb/laravel-mongodb <https://github.com/mongodb/laravel-mongodb>`__
repository.

If you want to contribute code, see the following section for instructions on
submitting pull requests.

To report a bug or request a new feature, perform the following steps:

1. Visit the `GitHub issues <https://github.com/mongodb/laravel-mongodb/issues>`__
section and search for any similar issues or bugs.
#. If you find a matching issue, you can reply to the thread to report that
you have a similar issue or request.
#. If you cannot find a matching issue, click :guilabel:`New issue` and select
the appropriate issue type.
#. If you selected "Bug report" or "Feature request", please provide as much
information as possible about the issue. Click :guilabel:`Submit new issue`
to complete your submission.

If you've identified a security vulnerability in any official MongoDB
product, please report it according to the instructions found in the
:manual:`Create a Vulnerability Report page </tutorial/create-a-vulnerability-report>`.

For general questions and support requests, please use one of MongoDB's
:manual:`Technical Support </support/>` channels.

Pull Requests
-------------

We are happy to accept contributions to help improve {+odm-short+}.

We track current development in `PHPORM <https://jira.mongodb.org/projects/PHPORM/summary>`__
MongoDB JIRA project.

To learn more about contributing to this project, see the
`CONTRIBUTING.md <https://github.com/mongodb/laravel-mongodb/blob/4.1/CONTRIBUTING.md>`__
guide on GitHub.