We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Clone your forked repository to your local machine:
git clone https://github.com/YOUR_USERNAME/BabyBeastsv2.git
All branches must follow our naming convention and be in lowercase:
git checkout -b type/description
Branch types available:
feat/user-registration
fix/#-validation
docs/api-docs
style/button-design
refactor/auth-logic
perf/query-optimization
test/user-tests
build/webpack-config
ci/github-actions
chore/deps-update
Each commit must be clear, descriptive, and follow our format:
git add . git commit -m "type: description"
Example commits:
feat: add nft minting functionality
fix: resolve eth balance display error
docs: update smart contract documentation
style: improve wallet connection modal
refactor: optimize gas calculation logic
test: add contract deployment tests
Push your changes to your forked repository:
git push origin your-branch-name
Important: ⚠️ Be Respectful
develop
🔍 Remember:
Thanks for contributing to BabyBeastsv2! 🙌 ✨
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Contributing Guide
🍴 Fork the Repository
📥 Clone the Repository
Clone your forked repository to your local machine:
⭐️ Follow the installation guide here
🌿 Create a Branch
All branches must follow our naming convention and be in lowercase:
Branch types available:
feat/user-registration
🚀 For new featuresfix/#-validation
🐛 For bug fixesdocs/api-docs
📝 For documentationstyle/button-design
🎨 For stylingrefactor/auth-logic
🔄 For code refactoringperf/query-optimization
⚡ For performancetest/user-tests
✅ For testingbuild/webpack-config
🏗️ For build changesci/github-actions
🤖 For CI changeschore/deps-update
🧹 For maintenance⚡ Make Atomic Commits
Each commit must be clear, descriptive, and follow our format:
Example commits:
feat: add nft minting functionality
🚀fix: resolve eth balance display error
🐛docs: update smart contract documentation
📝style: improve wallet connection modal
🎨refactor: optimize gas calculation logic
🔄test: add contract deployment tests
✅🚀 Push Changes
Push your changes to your forked repository:
📮 Create a Pull Request
develop
branch🔍 Remember:
Thanks for contributing to BabyBeastsv2! 🙌 ✨
The text was updated successfully, but these errors were encountered: