Skip to content

Commit

Permalink
Merge pull request #450 from bcnmy/hotfix/issue_report
Browse files Browse the repository at this point in the history
fix: bug report
  • Loading branch information
livingrockrises authored Mar 7, 2024
2 parents 466968d + 815e944 commit 345753c
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,70 +1,70 @@
name: Bug Report
description: File a bug/issue
title: 'bug: <title>'
title: "bug: <title>"
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! The more info you provide, the more we can help you.
value: |
Thanks for taking the time to fill out this bug report! The more info you provide, the more we can help you.
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options: - label: I have searched the existing issues
required: true
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true

- type: input
attributes:
label: Package Version
description: What version of the SDK are you using?
placeholder: 4.0.0
label: Package Version
description: What version of the SDK are you using?
placeholder: 4.1.0
validations:
required: true
required: true

- type: textarea
attributes:
label: Current Behavior
description: A concise description of what you're experiencing.
label: Current Behavior
description: A concise description of what you're experiencing.
validations:
required: false
required: false

- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
label: Expected Behavior
description: A concise description of what you expected to happen.
validations:
required: false
required: false

- type: textarea
attributes:
label: Steps To Reproduce
description: Steps or code snippets to reproduce the behaviour.
label: Steps To Reproduce
description: Steps or code snippets to reproduce the behavior.
validations:
required: false
required: false

- type: textarea
attributes:
label: Package.json (or lockfile) content
description: Packages used in your project. This will help us understand the environment you are working in, and check if there are dependencies that might be causing the issue.
label: Package.json (or lockfile) content
description: Packages used in your project. This will help us understand the environment you are working in, and check if there are dependencies that might be causing the issue.
validations:
required: false
required: false

- type: input
attributes:
label: Link to Minimal Reproducible Example (StackBlitz, CodeSandbox, GitHub repo etc.)
label: Link to Minimal Reproducible Example (StackBlitz, CodeSandbox, GitHub repo etc.)
description: |
[Please provide by forking this project](https://stackblitz.com/~/github.com/bcnmy/sdk-examples) and making relevant changes to the boilerplate. This makes investigating issues and helping you out significantly easier! For most issues, you will likely get asked to provide one so why not add one now :)
validations:
required: false
required: false

- type: textarea
attributes:
label: Anything else?
description: |
Browser info? Screenshots? Anything that will give us more context about the issue you are encountering!
label: Anything else?
description: |
Browser info? Screenshots? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.

validations:
required: false
required: false

0 comments on commit 345753c

Please sign in to comment.