Thanks for your interest in contributing to the BitWise blog.
- 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.
- Fork the repository
- Create a feature branch from
main - Make your changes
- Submit a pull request
This project uses prefixed commit messages:
deploy:— Triggers a GitHub Pages buildseo:— SEO-related changesfix:— Bug fixesfeat:— New featureschore:— Maintenance and housekeeping
yarn # Install dependencies
yarn dev # Start development server
yarn build # Production buildOpen an issue or reach out at rob@bitwise0x.com.