Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
<br>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.
<br>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).


Expand Down