forked from bia-pain-bache/BPB-Worker-Panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c93e81
commit 24582a5
Showing
4 changed files
with
66 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: Bug Report | ||
description: Report a bug encountered while using BPB Panel | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please make sure to provide a descriptive report. It saves time for both the developer and users who are looking for solutions. Providing as much information as possible, including screenshots and logs, is highly appreciated. This will help us to better understand the issue and respond more effectively. | ||
لطفا مطمئن شوید که گزارشی تشریحی ارائه دهید. این باعث میشود که توسعهدهنده و کاربرانی که در جستجوی راهکارها هستند، زمان کمتری صرف کنند. ارائه اطلاعات بیشتر از جمله اسکرینشات و لاگ توصیه میشود. این باعث میشود که ما بهتر بتوانیم مشکل را درک کرده و بهصورت بهتر پاسخ دهیم. | ||
- type: checkboxes | ||
id: confirm-search | ||
attributes: | ||
label: Attention | توجه | ||
description: Please search [existing issues](https://github.com/bia-pain-bache/BPB-Worker-Panel/issues) before reporting | لطفا قبل از ارسال گزارش [ایشوهای موجود](https://github.com/bia-pain-bache/BPB-Worker-Panel/issues) را بررسی کنید. | ||
options: | ||
- label: I searched and no similar issues were found | جستجو کردم و هیچ گزارش مشابهی پیدا نشد | ||
required: true | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: What Happened? | چه اتفاقی افتاده؟ | ||
description: | | ||
Please provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. | ||
لطفاً اطلاعات کاملی را ارائه دهید. اگر این کار را انجام ندهید، ممکن است مشکل شما به صورت تمام شده تلقی شده یا در زمان مناسبی بررسی نشود. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: Minimal Reproducible Example | چه پروسهای برای مشاهده این مشکل طی کردهاید؟ | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | لاگ برنامه یا پنل | ||
description: Refer to the program menu and copy the log and send it to us. | ||
render: shell | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: FAQ | سوالات متداول | ||
url: https://github.com/bia-pain-bache/BPB-Worker-Panel/blob/main/docs/faq.md | ||
about: Before asking a question or presenting a problem, read through the frequently asked questions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Feature Request | ||
description: Request a new feature | ||
labels: ['enhancement'] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Here is a template you can use to share your idea. | ||
اینجا میتوانید ایده خود به اشتراک بگذارید. | ||
- type: textarea | ||
attributes: | ||
label: Feature description | توضیحات ویژگی | ||
description: Please provide a clear and concise description of what you want to happen and what problem will this solve | لطفاً توضیحات روشن و کوتاهی از آنچه که میخواهید رخ دهد و مشکلی که پیش میآید را حل کنید، ارائه دهید. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,6 @@ | |
!location.json | ||
!_worker.js | ||
!docs/ | ||
!docs/assets/images | ||
!docs/** | ||
!.github/ | ||
!.github/** |