Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: ddoktorski <45050160+ddoktorski@users.noreply.github.com>
  • Loading branch information
cptartur and ddoktorski authored Jan 10, 2025
1 parent 0e794f2 commit 80ee25d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/work_item.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ body:
id: current-state
attributes:
label: Current State
description: Describe the current state and state the problem
description: Describe the current state and outline the problem
placeholder: Currently, the `print_a` cheatcode prints `"a"` to stdout. This is problematic because user might want it to be printed on their actual printer.
validations:
required: true

- type: input
id: correct-state
id: objective
attributes:
label: Correct State
label: Objective
description: Briefly describe the correct state
placeholder: `print_a` should magically detect if user wants to print to stdout or a printer.
validations:
Expand Down

0 comments on commit 80ee25d

Please sign in to comment.