Dev#11
Conversation
feat: add arklabs website link
Revert "feat: add arklabs website link"
This commit normalizes all website URLs by removing 'www.' to ensure consistency across the dataset. It also fills in the missing 'community' keys for ARK Labs, Bitcoin Core, LND, Nostr, P2Pool, Saving Satoshi, and Shopstr by linking to their official IRC channels, Slack workspaces, Telegram groups, or Discord servers.
Refactor: Standardize JSON URLs and add missing community links
Included Sparrow wallet links, website and github
| "github": "https://github.com/ArkLabsHQ", | ||
| "website": "https://arklabs.xyz/" | ||
|
|
||
| "community": "" |
There was a problem hiding this comment.
the diff shows the arklabs website field is being removed and replaced with "community": "". Please restore the website field and either fill in a real community link or remove that field entirely, empty strings will fail validation.
|
Hey @Veronicasenami1218, thanks for contributing! A few things to fix before this can be merged:
git fetch upstream
git rebase upstream/main
git push --force-with-lease origin devThis should leave only your commit in the PR.
Happy to help if you get stuck:) |
docs: update Core Lightning (CLN) description and name accuracy
|
|
Thanks for the feedback! Addressed all three:
|
nkatha23
left a comment
There was a problem hiding this comment.
You're deleting ci.yml , the diff shows the entire CI workflow being removed. Please restore it, that file needs to stay. You may have accidentally deleted it while rebasing. Check with:
git status
git checkout upstream/main -- .github/workflows/ci.yml|
Please squash your 12 commits into one , your PR has a mix of your commits and merge commits from the main repo that don't belong here. After restoring the CI file, squash everything down to a single clean commit: git rebase -i HEAD~12Mark the first as git push --force-with-lease origin devAlso restore the arklabs |
No description provided.