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).