Skip to content

Commit

Permalink
Merge branch 'dev' into python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Dec 28, 2023
2 parents 0244cbc + 022f77e commit b5b9ae9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,35 @@ body:
attributes:
label: What happened?
description: Provide a clear and concise description of what the bug is.
placeholder: Tell us a description of the bug.
placeholder: >
Tell us a description of the bug.
validations:
required: true
- type: textarea
id: step-to-reproduce
attributes:
label: Steps to reproduce
description: Provide details of how to reproduce the bug.
placeholder: ex. 1. Go to '...'
placeholder: >
ex. 1. Go to '...'
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: What did you expect to happen?
placeholder: ex. I expected '...' to happen
placeholder: >
ex. I expected '...' to happen
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Actual behavior
description: What did actually happen?
placeholder: ex. Instead '...' happened
placeholder: >
ex. Instead '...' happened
validations:
required: true
- type: dropdown
Expand Down
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,31 @@ body:
id: description
attributes:
label: Describe the feature you want to add
placeholder: I'd like to be able to [...]
placeholder: >
I'd like to be able to [...]
validations:
required: true
- type: textarea
id: possible-solution
attributes:
label: Describe your proposed solution
placeholder: I think this could be done by [...]
placeholder: >
I think this could be done by [...]
validations:
required: false
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered, if relevant
placeholder: Another way to do this would be [...]
placeholder: >
Another way to do this would be [...]
validations:
required: false
- type: textarea
id: aditional-context
attributes:
label: Additional context
placeholder: Add any other context or screenshots about the feature request here.
placeholder: >
Add any other context or screenshots about the feature request here.
validations:
required: false

0 comments on commit b5b9ae9

Please sign in to comment.