Skip to content

Commit

Permalink
Added custom bug report template.
Browse files Browse the repository at this point in the history
  • Loading branch information
bia-pain-bache committed Jul 4, 2024
1 parent 4c93e81 commit 24582a5
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 1 deletion.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
!location.json
!_worker.js
!docs/
!docs/assets/images
!docs/**
!.github/
!.github/**

0 comments on commit 24582a5

Please sign in to comment.