Skip to content

Commit

Permalink
chore: add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dstaley committed Mar 14, 2024
1 parent da4412a commit 5b97c4b
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-v5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: "\U0001F41E Bug report (v5)"
description: Report an issue with a canary release of next-mdx-remote v5
labels: [v5]
body:
- type: textarea
id: bug-description
attributes:
label: Describe the bug
description: Please describe your bug clearly and concisely.
placeholder: Bug description
validations:
required: true
- type: input
id: reproduction
attributes:
label: Reproduction
description: Please provide a link to a reproduction. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is required. If a report is vague (e.g. just a generic error message) and if no reproduction is provided the issue will be closed.
placeholder: Reproduction
validations:
required: true
- type: textarea
id: next-mdx-remote-version
attributes:
label: next-mdx-remote version
description: The canary version of next-mdx-remote you are using.
placeholder: v0.0.0-canary-20240313201811
validations:
required: true
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: "\U0001F41E Bug report"
description: Report an issue with next-mdx-remote
labels: []
body:
- type: textarea
id: bug-description
attributes:
label: Describe the bug
description: Please describe your bug clearly and concisely.
placeholder: Bug description
validations:
required: true
- type: input
id: reproduction
attributes:
label: Reproduction
description: Please provide a link to a reproduction. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is required. If a report is vague (e.g. just a generic error message) and if no reproduction is provided the issue will be closed.
placeholder: Reproduction
validations:
required: true
- type: textarea
id: next-mdx-remote-version
attributes:
label: next-mdx-remote version
description: The version of next-mdx-remote you are using.
placeholder: v4.4.1
validations:
required: true

0 comments on commit 5b97c4b

Please sign in to comment.