Skip to content

Commit 545cb29

Browse files
authored
Update README to clarify issue reporting for API/website only (#384)
1 parent 8c7764a commit 545cb29

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ body:
3939
options:
4040
- label: This is not a duplicate of another issue.
4141
required: true
42+
- label: This is related only to the API/website & not the [app](https://github.com/techlore/Plexus-app).
43+
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ body:
2525
description: By submitting this feature request, you acknowledge the following
2626
options:
2727
- label: This is not a duplicate of another feature request.
28+
required: true
29+
- label: This is related only to the API/website & not the [app](https://github.com/techlore/Plexus-app).
2830
required: true

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,13 @@ Privacy policy is located [here](https://github.com/techlore/Plexus/blob/main/PR
4545
## Issues
4646
If you find bugs or have suggestions, please report it to the [issue tracker](https://github.com/techlore/Plexus/issues).
4747
<br>We encourage you to search for existing issues before opening a new one. Any duplicates will be closed.
48+
> [!NOTE]
49+
> This issue tracker is for the API/website only.
50+
<br>For any issues related to the app, please report them [here](https://github.com/techlore/Plexus-app/issues).
4851
4952

5053
## Contributing
51-
- New pull requests can be submitted [here](https://github.com/techlore/Plexus/pulls).
54+
- New pull requests related to the API/Website can be submitted [here](https://github.com/techlore/Plexus/pulls).
5255
- To submit data please use the [Plexus app](https://github.com/techlore/Plexus-app).
5356

5457

0 commit comments

Comments
 (0)