Skip to content

Commit

Permalink
chore: remove unnecessary fields in bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfwebb committed Mar 13, 2024
1 parent 80240e2 commit d48732f
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,6 @@ body:
Please provide us with the information we need below.
We will confirm the bug as soon as possible, and then discuss it at a weekly bug triage session.
- type: textarea
id: type-definitions
attributes:
label: Type definitions
description: Please provide us GraphQL type definitions we can use to reproduce the issue
placeholder: |
type Movie {
title: String!
}
render: GraphQL
validations:
required: true
- type: textarea
id: test-data
attributes:
label: Test data
description: If applicable, provide us Cypher or GraphQL Mutations we can use to generate test data
placeholder: 'CREATE (:Movie { title: "The Matrix" })'
render: Shell
validations:
required: false
- type: textarea
id: steps-to-reproduce
attributes:
Expand All @@ -55,14 +34,6 @@ body:
description: If it might not be clear to us, what behaviour did you expect here?
validations:
required: false
- type: input
id: version
attributes:
label: Version
description: What version of our software are you running?
placeholder: "3.13.1"
validations:
required: true
- type: input
id: database-version
attributes:
Expand Down

0 comments on commit d48732f

Please sign in to comment.