From 113030b8c58343f111e8331c1fc5b297763976dc Mon Sep 17 00:00:00 2001 From: bisht42 <108942387+bisht42@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:36:44 +0530 Subject: [PATCH 1/2] Update Readme Update readme to fix broken link and add info about reporting issues in JIRA. --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8ab3c893..c4c1360d4 100644 --- a/README.md +++ b/README.md @@ -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? 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. From 110988300e8668d89a289d0cbe4b55338e899439 Mon Sep 17 00:00:00 2001 From: bisht42 <108942387+bisht42@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:38:41 +0530 Subject: [PATCH 2/2] minor update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4c1360d4..1f5b308d4 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ It is compatible with Laravel 10.x. For older versions of Laravel, please refer ## Reporting Issues -Think you’ve found a bug? Want to see a new feature? Please open a case in our issue management tool, JIRA: +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.