From 3ba62be61cf8042f67b2516ff2b68c6abe47ece7 Mon Sep 17 00:00:00 2001 From: StellarSand Date: Mon, 21 Jul 2025 00:59:59 +0530 Subject: [PATCH] Update README to clarify issue reporting for API/website only --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ .github/ISSUE_TEMPLATE/feature_request.yml | 2 ++ README.md | 5 ++++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b3844e5c..21a75cf3 100755 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -39,3 +39,5 @@ body: options: - label: This is not a duplicate of another issue. required: true + - label: This is related only to the API/website & not the [app](https://github.com/techlore/Plexus-app). + required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index c966f513..1480919d 100755 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -25,4 +25,6 @@ body: description: By submitting this feature request, you acknowledge the following options: - label: This is not a duplicate of another feature request. + required: true + - label: This is related only to the API/website & not the [app](https://github.com/techlore/Plexus-app). required: true \ No newline at end of file diff --git a/README.md b/README.md index 822f6335..10c03fad 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,13 @@ Privacy policy is located [here](https://github.com/techlore/Plexus/blob/main/PR ## Issues If you find bugs or have suggestions, please report it to the [issue tracker](https://github.com/techlore/Plexus/issues).
We encourage you to search for existing issues before opening a new one. Any duplicates will be closed. +> [!NOTE] +> This issue tracker is for the API/website only. +
For any issues related to the app, please report them [here](https://github.com/techlore/Plexus-app/issues). ## Contributing -- New pull requests can be submitted [here](https://github.com/techlore/Plexus/pulls). +- New pull requests related to the API/Website can be submitted [here](https://github.com/techlore/Plexus/pulls). - To submit data please use the [Plexus app](https://github.com/techlore/Plexus-app).