Skip to content

Commit

Permalink
fixup! prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Nov 8, 2024
1 parent 6e8657d commit ba44e0b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
28 changes: 14 additions & 14 deletions .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: 'Bug Report'
description: 'Create a report to help us improve'
title: '[BUG] '
labels: ['bug', 'triage']
name: "Bug Report"
description: "Create a report to help us improve"
title: "[BUG] "
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: bug-description
attributes:
Expand Down Expand Up @@ -40,32 +40,32 @@ body:
- type: input
id: opennext-version
attributes:
label: '@opennextjs/cloudflare version'
placeholder: '0.2.1'
label: "@opennextjs/cloudflare version"
placeholder: "0.2.1"
validations:
required: true

- type: input
id: node-version
attributes:
label: 'Node.js version'
placeholder: '18.x'
label: "Node.js version"
placeholder: "18.x"
validations:
required: true

- type: input
id: wrangler-version
attributes:
label: 'Wrangler version'
placeholder: '3.x'
label: "Wrangler version"
placeholder: "3.x"
validations:
required: true

- type: textarea
id: next-info
attributes:
label: 'next info output'
description: 'Please run `next info` in your project directory and paste the output'
label: "next info output"
description: "Please run `next info` in your project directory and paste the output"
render: shell
validations:
required: true
Expand All @@ -76,4 +76,4 @@ body:
label: Additional context
description: Add any other context about the problem here.
validations:
required: false
required: false
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/2.feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Feature Request'
description: 'Suggest an idea for this project'
title: '[FEATURE] '
labels: ['enhancement', 'triage']
name: "Feature Request"
description: "Suggest an idea for this project"
title: "[FEATURE] "
labels: ["enhancement", "triage"]
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -42,9 +42,9 @@ body:
- type: input
id: opennext-version
attributes:
label: '@opennextjs/cloudflare version'
label: "@opennextjs/cloudflare version"
description: What version of @opennextjs/cloudflare does this apply to?
placeholder: '0.2.1'
placeholder: "0.2.1"
validations:
required: true

Expand All @@ -65,4 +65,4 @@ body:
- label: I have checked that there isn't already a similar feature request
required: true
- label: This is a single feature (not multiple features in one request)
required: true
required: true

0 comments on commit ba44e0b

Please sign in to comment.