Skip to content

Commit

Permalink
chore: Update bug issue template (#2615)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Aug 20, 2024
1 parent a7e9430 commit f93e334
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ body:
label: Python Version
description: Version of Python you are using
options:
- "3.6 (EOL)"
- "3.7 (EOL)"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.11"
- "3.10"
- "3.9"
- "3.8"
- "3.7 or earlier"
- "NA"
validations:
required: true
Expand Down Expand Up @@ -78,3 +77,9 @@ body:
render: Python
validations:
required: false
- type: input
id: slack_or_linen
attributes:
label: Link to Slack/Linen
description: Provide a link to the Slack or Linen conversation, if applicable
placeholder: "https://..."

0 comments on commit f93e334

Please sign in to comment.