diff --git a/.github/ISSUE_TEMPLATE/-bug.md b/.github/ISSUE_TEMPLATE/-bug.md index e2a142ab2..f93874150 100644 --- a/.github/ISSUE_TEMPLATE/-bug.md +++ b/.github/ISSUE_TEMPLATE/-bug.md @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/-docs.md b/.github/ISSUE_TEMPLATE/-docs.md index e3bf5da00..edd4aa478 100644 --- a/.github/ISSUE_TEMPLATE/-docs.md +++ b/.github/ISSUE_TEMPLATE/-docs.md @@ -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." \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/-feature.md b/.github/ISSUE_TEMPLATE/-feature.md index 7c1fb5c23..bf10a7e89 100644 --- a/.github/ISSUE_TEMPLATE/-feature.md +++ b/.github/ISSUE_TEMPLATE/-feature.md @@ -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." \ No newline at end of file diff --git a/packages/mesh-core-cst/package.json b/packages/mesh-core-cst/package.json index 2246e1584..9160f1ff1 100644 --- a/packages/mesh-core-cst/package.json +++ b/packages/mesh-core-cst/package.json @@ -44,7 +44,7 @@ "@harmoniclabs/uplc": "1.2.4", "@meshsdk/common": "1.7.14", "@stricahq/bip32ed25519": "^1.1.0", - "@stricahq/cbors": "^1.0.0", + "@stricahq/cbors": "^1.0.3", "pbkdf2": "^3.1.2" }, "prettier": "@meshsdk/configs/prettier",