Skip to content

Commit cbe3d42

Browse files
authored
chore: fix wrong placeholder in issue template (#7918) [ci skip]
1 parent 3ccbea0 commit cbe3d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ body:
3434
label: What does the proposed API look like?
3535
description: |
3636
Describe how you propose to solve the problem and provide code samples of how the API would work once implemented. Note that you can use [Markdown](https://guides.github.com/features/mastering-markdown/) to format your code blocks.
37-
placeholder: Steps to reproduce
37+
placeholder: Assumed API
3838
validations:
3939
required: true

0 commit comments

Comments
 (0)