-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into gh-template
- Loading branch information
Showing
4 changed files
with
148 additions
and
68 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,32 +1,64 @@ | ||
--- | ||
name: "[BUG]: Short description of the problem" | ||
about: Create a report to help us improve | ||
title: "" | ||
labels: "" | ||
assignees: "" | ||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Station (please complete the following information):** | ||
|
||
- OS: [e.g. Windows, Ubuntu] | ||
- Version [e.g. 10, 11, 22.02] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
name: Bug Report | ||
description: Create a bug report | ||
#title: "" | ||
labels: ["bug"] | ||
#assignees: | ||
# - | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report. | ||
Please check the existing issues before raising a bug. | ||
- type: textarea | ||
attributes: | ||
label: Summary | ||
description: A clear and specific description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce the bug | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '...' | ||
3. Scroll down to '...' | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Actual Result | ||
description: What is the reproducible outcome? | ||
placeholder: provide your TX JSON if its related to transactions | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected Result | ||
description: A clear and concise description of what you expected to happen. | ||
placeholder: No errors observed. | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: SDK version | ||
description: Provide release or Git revision are you using here | ||
placeholder: "0.2.0" | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Environment type | ||
description: You may select more than one. | ||
options: | ||
- label: Node.js | ||
- label: Browser | ||
- label: Browser Extension | ||
- label: Other | ||
- type: textarea | ||
attributes: | ||
label: Environment details | ||
description: Provide details and versions of your environemnt | ||
placeholder: | | ||
Browser: Version 1.36.111 Chromium: 99.0.4844.51 | ||
Node.js: v14.15.0 |
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,16 +1,38 @@ | ||
--- | ||
name: "[DOCS] Short description of the documentation issue" | ||
about: Suggest documentation improvements | ||
title: "" | ||
labels: "" | ||
assignees: "" | ||
--- | ||
|
||
**Describe the issue with the documentation** | ||
A clear and concise description of what the issue is. | ||
|
||
**Suggest a solution** | ||
Describe how the documentation can be improved or corrected. | ||
|
||
**Additional context** | ||
Add any other context, references, or screenshots that might help clarify the issue. | ||
name: Documentation improvements | ||
description: Suggest documentation improvements | ||
#title: "" | ||
labels: ["enhancement"] | ||
#assignees: | ||
# - | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this feature request. | ||
Please check the existing issues before submitting. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the issue with the documentation | ||
description: A clear and concise description of what the issue is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Suggest a solution | ||
description: Describe how the documentation can be improved or corrected. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
attributes: | ||
label: Would you be willing to implement it? | ||
options: | ||
- label: "Yes, I will implement it." |
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,19 +1,45 @@ | ||
--- | ||
name: "[FEATURE] Short description of the feature" | ||
about: Suggest an idea for this project | ||
title: "" | ||
labels: "" | ||
assignees: "" | ||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. | ||
name: Feature Request | ||
description: Submit a feature request | ||
#title: "" | ||
labels: ["enhancement"] | ||
#assignees: | ||
# - | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this feature request. | ||
Please check the existing issues before submitting. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the feature you'd like | ||
description: A clear and detailed description of what you are suggesting. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe. | ||
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
attributes: | ||
label: Would you be willing to implement it? | ||
options: | ||
- label: "Yes, I will implement it." |
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