Skip to content

Update Readme to fix broken link and info about reporting issues in JIRA. #2646

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 2 commits into from
Oct 19, 2023
Merged
Changes from all 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
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,19 @@ It is compatible with Laravel 10.x. For older versions of Laravel, please refer
- [Eloquent Models](docs/eloquent-models.md)
- [Query Builder](docs/query-builder.md)
- [Transactions](docs/transactions.md)
- [User Authentication](docs/authentication.md)
- [User Authentication](docs/user-authentication.md)
- [Queues](docs/queues.md)
- [Upgrading](docs/upgrade.md)

## Reporting Issues

Issues pertaining to the library should be reported as
[GitHub Issue](https://github.com/mongodb/laravel-mongodb/issues/new/choose).
Think you’ve found a bug in the library? Want to see a new feature? Please open a case in our issue management tool, JIRA:

- [Create an account and login.](https://jira.mongodb.org/)
- Navigate to the [PHPORM](https://jira.mongodb.org/browse/PHPORM) project.
- Click Create - Please provide as much information as possible about the issue type and how to reproduce it.

Note: All reported issues in JIRA project are public.

For general questions and support requests, please use one of MongoDB's
[Technical Support](https://mongodb.com/docs/manual/support/) channels.
Expand Down