Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu committed Dec 6, 2023
1 parent 6f9185f commit 462856f
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions .github/issue_templates/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,25 @@ description: If you came across something unexpected, let us know here!
labels: [bug, pending]

body:
- type: markdown
attributes:
value: Thank you for contributing to pydantic! ✊

# - type: checkboxes
# id: checks
# attributes:
# label: Initial Checks
# description: Just making sure you're really using Pydantic V2
# options:
# - label: I confirm that I'm using Pydantic V2
# required: true

- type: textarea
id: observed-behaviour
id: expected-behaviour
attributes:
label: Observed behaviour
label: Expected behaviour
description: |
Please describe the unexpected behaviour that you observed.
Please describe the behaviour that you expected to see.
Make sure to provide as much information as possible, so that we can investigate as thoroughly as we can!
If appropriate, provide any links to official Feud documentation that indicate this is the behaviour that is expected.
validations:
required: true

- type: textarea
id: expected-behaviour
id: observed-behaviour
attributes:
label: Expected behaviour
label: Observed behaviour
description: |
Please describe the behaviour that you expected to see.
Please describe the unexpected behaviour that you observed.
If appropriate, provide any links to official Feud documentation that indicate this is the behaviour that is expected.
Make sure to provide as much information as possible, so that we can investigate as thoroughly as we can!
validations:
required: true

Expand Down

0 comments on commit 462856f

Please sign in to comment.