Skip to content

Add Submit Your Business page#4718

Open
KingParmenides wants to merge 1 commit into
bitcoin-dot-org:masterfrom
KingParmenides:bounty-1583-submit-business-page
Open

Add Submit Your Business page#4718
KingParmenides wants to merge 1 commit into
bitcoin-dot-org:masterfrom
KingParmenides:bounty-1583-submit-business-page

Conversation

@KingParmenides
Copy link
Copy Markdown

@KingParmenides KingParmenides commented May 11, 2026

Summary

Adds an English Submit Your Business page for merchants that accept Bitcoin, addressing bounty #1583.

Changes:

  • adds a new submit-your-business template with current directory/onboarding links
  • points the English Getting Started merchant visibility button to the new page
  • keeps non-English Getting Started pages on the existing Spend Bitcoin target to avoid missing translation keys
  • links the Bitcoin for Businesses visibility text to the new page

The page includes BTC Map, Spendabit, Coinmap, and BitcoinWide. I checked the linked submission/onboarding URLs before opening the PR.

Bounty

Fixes #1583.

BTC bounty payment address: 39Q34P8A7g375yqEr8buvNJkUbRgKfbKQZ

Testing

  • git diff --check -- _templates/submit-your-business.html _templates/getting-started.html _translations/en.yml
  • ruby -e "require 'yaml'; YAML.load_file('_translations/en.yml'); puts 'en.yml ok'"
  • ruby -e "require 'yaml'; loc=YAML.load_file('_translations/en.yml')['en']; abort('missing url') unless loc['url']['submit-your-business']=='submit-your-business'; abort('missing page') unless loc['submit-your-business']['title']; puts 'submit-your-business translations ok'"

Full local Jekyll build was not run because this workspace has Ruby 2.6.10 while the repository pins Ruby 2.5.8 in the Gemfile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create custom page for "Submit your business"

1 participant