Skip to content

Commit 494c97d

Browse files
committed
doc(issue_template): add placeholders for bug reports
1 parent 1c9040a commit 494c97d

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,28 @@ body:
2121
label: Version
2222
description: The version of smooth-scrollbar.
2323
- type: textarea
24+
validations:
25+
required: true
2426
attributes:
2527
label: Description
2628
description: Describe the bug and the expected behavior.
29+
placeholder: |
30+
**Summary**
31+
...
32+
33+
**Expected Behavior**
34+
...
35+
- type: textarea
2736
validations:
2837
required: true
29-
- type: textarea
3038
attributes:
3139
label: Steps to Reproduce
3240
description: Tell us how to reproduce it.
33-
validations:
34-
required: true
41+
placeholder: |
42+
1. ...
43+
2. ...
3544
- type: input
3645
attributes:
37-
label: Online Demo (Optional but Recommended)
38-
description: Provide a URL to an online demo that reproduces the bug.
46+
label: Online Demo
47+
description: Provide a URL to an online demo that reproduces the bug. (Optional but recommended)
3948
placeholder: "https://codesandbox.io/your-project"

0 commit comments

Comments
 (0)