Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 968 Bytes

File metadata and controls

40 lines (27 loc) · 968 Bytes

Contributing

Thanks for your interest in contributing to the BitWise blog.

What We Accept

  • Bug fixes and performance improvements
  • Accessibility improvements
  • Documentation corrections

Content PRs (new blog posts, edits to existing posts) are not accepted — all content is authored internally.

Getting Started

  1. Fork the repository
  2. Create a feature branch from main
  3. Make your changes
  4. Submit a pull request

Commit Convention

This project uses prefixed commit messages:

  • deploy: — Triggers a GitHub Pages build
  • seo: — SEO-related changes
  • fix: — Bug fixes
  • feat: — New features
  • chore: — Maintenance and housekeeping

Development

yarn          # Install dependencies
yarn dev      # Start development server
yarn build    # Production build

Questions?

Open an issue or reach out at rob@bitwise0x.com.