Skip to content

Commit

Permalink
Update render mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Sep 20, 2023
1 parent e3cec65 commit cd0adbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/example-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ body:
attributes:
label: The Code of the Thing
description: The code of the thing you want to create.
render: JavaScript
render: js
placeholder: |
const thing = new Thing()
thing.doSomething()
Expand All @@ -144,7 +144,7 @@ body:
attributes:
label: The String Method of the Code of the Thing
description: (Optional) The method to return the thing as a string.
render: JavaScript
render: js
placeholder: |
thing.toString()
validations:
Expand Down

0 comments on commit cd0adbb

Please sign in to comment.