|
1 | 1 | name: "\U0001F41B Bug report"
|
2 |
| -description: Please post any bugs you find while using Floorp here |
| 2 | +description: Create a report to help us improve the browser experience. |
| 3 | +title: "[Bug]: " |
3 | 4 | labels: [bug]
|
4 |
| -title: '[Bug] ' |
5 |
| -body: |
| 5 | +assignees: [] |
6 | 6 |
|
| 7 | +body: |
7 | 8 | - type: markdown
|
8 | 9 | attributes:
|
9 | 10 | value: |
|
10 |
| - Be sure to follow the template below. |
11 |
| - We are students and engineers, and we have limited time to develop to the best of our ability. |
12 |
| - Please describe your issue correctly and concisely. |
13 |
| - |
14 |
| - Please do not create an issue for anything other than a bug or feature request, and contact [support.ablaze.one](https://support.ablaze.one/) . |
15 |
| -
|
16 |
| - NOTE: Don't send feature requests here. Please send them to [Discussions](https://github.com/Floorp-Projects/Floorp/discussions/new?category=feature-request) . |
| 11 | + ## Friendly Reminder |
| 12 | + As a team with very limited development time, we require that all issues be described accurately and concisely. |
| 13 | + Failure to adhere to these guidelines will result in your issue being closed without response. |
| 14 | + |
| 15 | + **Feature Requests:** Do not submit them here. Use [Discussions](https://github.com/Floorp-Projects/Floorp/discussions/new?category=feature-request). |
17 | 16 |
|
18 | 17 | For Japanese: 日本人の場合は、日本語で書いても構いません。
|
| 18 | + |
| 19 | + ## Disclaimer |
| 20 | + **Please note:** |
| 21 | + - No support for operating systems below Windows 10. |
| 22 | + - DRM content is not supported. Do not report DRM-related issues. |
19 | 23 |
|
20 | 24 | - type: checkboxes
|
21 | 25 | attributes:
|
22 |
| - label: Attention! |
23 |
| - description: | |
24 |
| - **Windows 7/8.1 or lower does NOT support Floorp!** |
25 |
| - Please check this box only if you understand this. |
| 26 | + label: Pre-Submission Checklist |
| 27 | + description: Please go through the checklist below before submitting your issue. |
26 | 28 | options:
|
27 |
| - - label: I understand that Floorp is NOT supported on Windows 7/8.1 or lower. |
28 |
| - required: true |
| 29 | + - label: I have checked the existing/closed issues to ensure this issue has not already been reported. |
| 30 | + - label: I am using the latest supported version of the browser. |
| 31 | + - label: I have tried disabling all browser extensions/add-ons to rule out interference from these. |
| 32 | + - label: I have tried clearing the browser cache and cookies. |
| 33 | + - label: I have tried to create a new profile and the issue still occurs. |
| 34 | + - label: I have provided detailed step-by-step instructions on how to reproduce the issue. |
| 35 | + - label: I have included relevant screenshots or console outputs. |
| 36 | + - label: This issue is specific to this browser and does not occur in other browsers. |
29 | 37 |
|
30 | 38 | - type: textarea
|
31 | 39 | attributes:
|
32 |
| - label: Describe the bug |
33 |
| - description: A clear and concise description of what the bug is. |
| 40 | + label: Bug Summary |
| 41 | + description: Provide a clear, concise description of the bug. |
| 42 | + placeholder: Brief bug description... |
34 | 43 | validations:
|
35 | 44 | required: true
|
36 | 45 |
|
37 | 46 | - type: textarea
|
38 | 47 | attributes:
|
39 |
| - label: To Reproduce |
40 |
| - description: Steps to reproduce the behavior |
41 |
| - placeholder: | |
42 |
| - 1. Go to '...' |
43 |
| - 2. Click on '....' |
44 |
| - 3. Scroll down to '....' |
45 |
| - 4. See error |
| 48 | + label: Reproduction Steps |
| 49 | + description: List the steps to reproduce the behavior. |
| 50 | + placeholder: "1.\n2.\n3.\n4." |
46 | 51 | validations:
|
47 | 52 | required: true
|
48 | 53 |
|
49 | 54 | - type: textarea
|
50 | 55 | attributes:
|
51 |
| - label: Expected behavior |
| 56 | + label: Expected Behavior |
52 | 57 | description: A clear and concise description of what you expected to happen.
|
53 | 58 | validations:
|
54 | 59 | required: true
|
55 | 60 |
|
56 | 61 | - type: textarea
|
57 | 62 | attributes:
|
58 |
| - label: Screenshots |
59 |
| - description: If applicable, add screenshots to help explain your problem. |
| 63 | + label: Actual Behavior |
| 64 | + description: A clear and concise description of what actually happened. Include screenshots if applicable. |
| 65 | + validations: |
| 66 | + required: true |
60 | 67 |
|
61 | 68 | - type: input
|
62 | 69 | attributes:
|
63 |
| - label: OS Info |
64 |
| - description: As detailed as possible |
65 |
| - placeholder: e.g. Windows 11 22H2 |
| 70 | + label: Browser Version |
66 | 71 | validations:
|
67 | 72 | required: true
|
68 | 73 |
|
69 | 74 | - type: input
|
70 | 75 | attributes:
|
71 |
| - label: Floorp Version |
72 |
| - placeholder: e.g. 10.1.2 |
| 76 | + label: Operating System |
73 | 77 | validations:
|
74 | 78 | required: true
|
75 | 79 |
|
76 | 80 | - type: textarea
|
77 | 81 | attributes:
|
78 |
| - label: Additional context |
79 |
| - description: Add any other context about the problem here. |
| 82 | + label: Additional Context |
| 83 | + description: Add any other context about the problem here, such as specific web pages affected, frequency of the issue, etc. |
0 commit comments