Skip to content

Commit ba19587

Browse files
[FB] Issues | Rework issue template
1 parent 63ce20c commit ba19587

File tree

1 file changed

+39
-35
lines changed

1 file changed

+39
-35
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+39-35
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,83 @@
11
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]: "
34
labels: [bug]
4-
title: '[Bug] '
5-
body:
5+
assignees: []
66

7+
body:
78
- type: markdown
89
attributes:
910
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).
1716

1817
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.
1923

2024
- type: checkboxes
2125
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.
2628
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.
2937

3038
- type: textarea
3139
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...
3443
validations:
3544
required: true
3645

3746
- type: textarea
3847
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."
4651
validations:
4752
required: true
4853

4954
- type: textarea
5055
attributes:
51-
label: Expected behavior
56+
label: Expected Behavior
5257
description: A clear and concise description of what you expected to happen.
5358
validations:
5459
required: true
5560

5661
- type: textarea
5762
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
6067

6168
- type: input
6269
attributes:
63-
label: OS Info
64-
description: As detailed as possible
65-
placeholder: e.g. Windows 11 22H2
70+
label: Browser Version
6671
validations:
6772
required: true
6873

6974
- type: input
7075
attributes:
71-
label: Floorp Version
72-
placeholder: e.g. 10.1.2
76+
label: Operating System
7377
validations:
7478
required: true
7579

7680
- type: textarea
7781
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

Comments
 (0)