Skip to content

Commit

Permalink
Issue FAQ.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Sep 3, 2024
1 parent 3d63996 commit c73097a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
BODY: >
Thank you for opening an issue!
Please, first check our [FAQ](https://github.com/iwatkot/py3xui/discussions/categories/faq) section in discussions to see if your question has already been answered.
You can also use Discussion if you have any questions or suggestions, while the Issues section is for bug reports and feature requests.
Thank you for opening an issue!<br>
Please, first check our [FAQ](https://github.com/iwatkot/py3xui/discussions/categories/faq) section in discussions to see if your question has already been answered.<br>
You can also use Discussion if you have any questions or suggestions, while the Issues section is for bug reports and feature requests.<br>
If you want to proceed with the issue, please provide the following information:
- Description of the issue
- Expected behavior
Expand All @@ -30,4 +31,6 @@ jobs:
- 3x-UI version
- Code snippet or a minimal example to reproduce the issue (if applicable)
- JSON representation of the request to the API (if applicable)
Thank you!

0 comments on commit c73097a

Please sign in to comment.