-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
07ae880
DOCSP-35931: Issues and Help
norareidy 89c52bd
wording
norareidy 49926cf
review feedback
norareidy 05b37df
format
norareidy 139a3ed
feedback, source constants
norareidy fdbd40d
fixes and adding constants
norareidy 008d46f
Merge remote-tracking branch 'upstream/4.1' into DOCSP-35931-issues-a…
norareidy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
.. _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 | ||
jmikola marked this conversation as resolved.
Show resolved
Hide resolved
|
||
general questions, search or post in the | ||
:community-forum:`MongoDB PHP Community Forums </tag/php>`. | ||
|
||
To learn more about MongoDB support options, see the | ||
`Technical Support <https://www.mongodb.org/about/support>`__ page. | ||
|
||
Bugs / Feature Requests | ||
----------------------- | ||
|
||
If you find a bug or want to see a new feature in {+odm-short+}, | ||
please report it as a GitHub issue in the `mongodb/laravel-mongodb | ||
<{+mongodb-laravel-gh+}>`__ repository. | ||
|
||
If you want to contribute code, see the :ref:`laravel-pull-requests` section | ||
for instructions on submitting pull requests. | ||
|
||
To report a bug or request a new feature, perform the following steps: | ||
|
||
1. Review the `GitHub issues list <{+mongodb-laravel-gh+}/issues>`__ | ||
in the source repository and search for any existing issues that address your concern. | ||
#. 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 select "Bug report" or "Feature request" as the issue type, 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. | ||
|
||
.. _laravel-pull-requests: | ||
|
||
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 <{+mongodb-laravel-gh+}/blob/{+package-version+}/CONTRIBUTING.md>`__ | ||
guide on GitHub. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Including this fix so I can close this PR