-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #453 from bcnmy/hotfix/issue_report
fix: bug report
- Loading branch information
Showing
1 changed file
with
30 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |