Skip to content

Commit

Permalink
edit : comments applied.
Browse files Browse the repository at this point in the history
  • Loading branch information
sadrasabouri committed Dec 7, 2023
1 parent 92c0053 commit d0973e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
Thanks for your time to fill out this bug report!
- type: input
id: contact
attributes:
Expand Down Expand Up @@ -34,23 +34,23 @@ body:
id: expected-behavior
attributes:
label: Expected behavior
description: What you expected to happen?
description: What did you expect to happen?
placeholder: ex. I expected '...' to happen
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Actual behavior
description: What actually happened?
description: What did actually happen?
placeholder: ex. Instead '...' happened
validations:
required: true
- type: dropdown
id: operating-system
attributes:
label: Operating system
description: What operating system are you using?
description: Which operating system are you using?
options:
- Windows
- macOS
Expand Down Expand Up @@ -79,7 +79,7 @@ body:
id: pycm-version
attributes:
label: PyCM version
description: What version of PyCM are you using?
description: Which version of PyCM are you using?
options:
- PyCM 4.0
- PyCM 3.9
Expand Down

0 comments on commit d0973e2

Please sign in to comment.