Skip to content

Commit

Permalink
Merge pull request #4 from bchainhub/update/functions-01
Browse files Browse the repository at this point in the history
Update/functions 01
  • Loading branch information
rastislavcore authored Jan 22, 2025
2 parents aa19a6f + 0fb9df4 commit 947287e
Show file tree
Hide file tree
Showing 15 changed files with 400 additions and 830 deletions.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: [bchainhub]
custom: [https://blockindex.net/address/cb7147879011ea207df5b35a24ca6f0859dcfb145999, https://www.blockchain.com/explorer/addresses/btc/bc1pd8guxjkr2p6n2kl388fdj2trete9w2fr89xlktdezmcctxvtzm8qsymg0d, https://www.blockchain.com/explorer/addresses/ltc/ltc1ql8dvx0wv0nh2vncpt9j3zqefaehsd25cwp7pfx]
41 changes: 22 additions & 19 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,58 +6,61 @@ body:
- type: markdown
attributes:
value: |
Please, provide as much details as possible to make proper evaluation and in the end resolve the bug report faster.
Please provide as many details as possible to help us evaluate and resolve the bug report quickly.
- type: markdown
attributes:
value: |
Software specific details.
Software-specific details:
- type: input
id: os
attributes:
label: OS and version
description: Name and version of OS used.
placeholder: OS
label: Operating System
description: Name and version of the operating system you're using.
placeholder: e.g., Windows 11, macOS 14.1, Ubuntu 22.04
validations:
required: true

- type: textarea
id: bug
attributes:
label: Bug
description: Describe the Bug.
placeholder: Bug description
label: Bug Description
description: Describe what the bug is and how it manifests.
placeholder: A clear description of what the bug is.
validations:
required: true

- type: textarea
id: reproduce
attributes:
label: Reproduce Bug
description: Steps to reproduce the behavior.
placeholder: 1. Step 1
label: Steps to Reproduce
description: List the steps needed to reproduce this behavior.
placeholder: |
1. Go to '...'
2. Click on '...'
3. See error
validations:
required: true

- type: textarea
id: expected
attributes:
label: Expected behavior
description: Describe the result you are expecting.
placeholder: Result
label: Expected Behavior
description: Describe what you expected to happen.
placeholder: A clear description of what you expected to happen.
validations:
required: true

- type: input
id: hash
attributes:
label: Commit hash
description: Commit hash if known.
placeholder: baf2aab0128f07262b564214ec70fc07befc6bb3
label: Commit Hash
description: The commit hash where you encountered this issue (if known).
placeholder: e.g., baf2aab0128f07262b564214ec70fc07befc6bb3

- type: textarea
id: additional
attributes:
label: Additional context
description: Please, place additional content or screenshots.
label: Additional Context
description: Add any other context, logs, or screenshots about the bug.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Readme
- name: Documentation
url: https://github.com/bchainhub/payto-url#readme
about: Read more about the Remark plug-in
about: Read more about the Payto URL library
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
name: Feature request 🔮
name: Feature Request 🔮
description: Suggest an idea for this project
labels:
- enhancement
body:
- type: markdown
attributes:
value: |
Suggest an idea for this project and developers will consider the integration.
Please provide details about your feature request. The development team will review and consider your suggestion.
- type: textarea
id: problem
attributes:
label: Problem
description: Is your feature request related to a problem? Please describe.
description: What problem does your feature request aim to solve? Please describe.
validations:
required: true

- type: textarea
id: solution
attributes:
label: Solution
description: Describe the solution you'd like.
description: Describe your proposed solution in detail.
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Alternatives
description: Describe alternatives you've considered.
description: What alternative solutions have you considered?

- type: textarea
id: implementation
attributes:
label: Implementation
description: Describe implementation with example of the code.
description: Provide a code example of how this feature could be implemented.

- type: textarea
id: additional
attributes:
label: Additional context
description: Please, place additional content or screenshots.
label: Additional Context
description: Add any other context, screenshots, or examples here.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: Install Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm i
- run: npm run build --if-present
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ yarn-error.log
package-lock.json

/dist-test/
/dist/

.DS_Store
.AppleDouble
Expand Down
Loading

0 comments on commit 947287e

Please sign in to comment.