Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 720 Bytes

File metadata and controls

25 lines (17 loc) · 720 Bytes

Contributing to Blitzpack

Thank you for your interest in contributing!

When contributing to this project, please follow the guidelines below:

  • Be respectful and professional
  • Follow the code style and best practices

Setup

  1. Fork and clone the repository
  2. Follow instructions in README.md for quick start

Development

  1. Create a feature branch: git checkout -b feature/your-feature
  2. Make all your changes with proper standards and best practices
  3. Commit your changes with proper commit messages
  4. Push your changes to your fork
  5. After you're done with the feature, create a PR
  6. Always create PRs to the development branch
  7. Rebase on latest development branch before submitting