Skip to content

Commit b7f8fee

Browse files
derickrsy-records
andauthored
Added the basic bug template (#1313)
* Add new issue templates --------- Co-authored-by: Luffy <[email protected]>
1 parent d5d0d33 commit b7f8fee

File tree

2 files changed

+97
-0
lines changed

2 files changed

+97
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
name: "Bug Report"
2+
description: "Report a bug to help us improve"
3+
labels: ["Bug", "Status: Needs Triage"]
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
Please provide as much detail as possible.
11+
12+
- type: input
13+
id: page_url
14+
attributes:
15+
label: Affected Page URL
16+
description: The exact page address where the bug occurs
17+
placeholder: e.g. https://www.php.net/manual/en/function.date.php
18+
validations:
19+
required: true
20+
21+
- type: textarea
22+
id: bug_description
23+
attributes:
24+
label: "Describe the bug"
25+
description: "A clear and concise description of what the bug is."
26+
placeholder: "Describe the issue here..."
27+
validations:
28+
required: true
29+
30+
- type: textarea
31+
id: steps_to_reproduce
32+
attributes:
33+
label: "Steps to reproduce"
34+
description: "Explain how to reproduce the behavior."
35+
placeholder: |
36+
1. Go to '...'
37+
2. Click on '....'
38+
3. Scroll down to '....'
39+
4. See error
40+
validations:
41+
required: true
42+
43+
- type: textarea
44+
id: expected_behavior
45+
attributes:
46+
label: "Expected behavior"
47+
description: "What did you expect to happen?"
48+
placeholder: "A clear and concise description..."
49+
validations:
50+
required: true
51+
52+
- type: textarea
53+
id: screenshots
54+
attributes:
55+
label: "Screenshots"
56+
description: "If applicable, add screenshots to help explain your problem."
57+
58+
- type: textarea
59+
id: additional_context
60+
attributes:
61+
label: "Additional context"
62+
description: "Add any other context about the problem here."
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: "Download Page"
2+
description: "Suggest an idea for the downloads page"
3+
labels: ["Page: downloads"]
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to suggest an improvement or idea for the **Downloads Page**.
10+
Please provide as much detail as possible so we can understand your suggestion.
11+
12+
- type: input
13+
id: summary
14+
attributes:
15+
label: Summary
16+
description: A brief description of your idea
17+
placeholder: e.g. Add a new section for legacy downloads
18+
validations:
19+
required: true
20+
21+
- type: textarea
22+
id: details
23+
attributes:
24+
label: Details
25+
description: Explain your idea in detail. What problem does it solve? How should it look or work?
26+
placeholder: Write your detailed suggestion here...
27+
validations:
28+
required: true
29+
30+
- type: textarea
31+
id: additional
32+
attributes:
33+
label: Additional context
34+
description: Add any other context, screenshots, or references about the idea here.
35+
placeholder: e.g. Related links, mockups, etc.

0 commit comments

Comments
 (0)