Skip to content
New issue

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

👾 CONTRIBUTORS GUIDELINE 👾 #32

Closed
juandiegocv27 opened this issue Jan 15, 2025 · 0 comments
Closed

👾 CONTRIBUTORS GUIDELINE 👾 #32

juandiegocv27 opened this issue Jan 15, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@juandiegocv27
Copy link
Contributor

juandiegocv27 commented Jan 15, 2025

Contributing Guide

🍴 Fork the Repository

  1. Ensure you have a GitHub account
  2. Visit BabyBeastsv2
  3. Click the Fork button in the top-right corner

📥 Clone the Repository

Clone your forked repository to your local machine:

git clone https://github.com/YOUR_USERNAME/BabyBeastsv2.git

⭐️ Follow the installation guide here

🌿 Create a Branch

All branches must follow our naming convention and be in lowercase:

git checkout -b type/description

Branch types available:

  • feat/user-registration 🚀 For new features
  • fix/#-validation 🐛 For bug fixes
  • docs/api-docs 📝 For documentation
  • style/button-design 🎨 For styling
  • refactor/auth-logic 🔄 For code refactoring
  • perf/query-optimization ⚡ For performance
  • test/user-tests ✅ For testing
  • build/webpack-config 🏗️ For build changes
  • ci/github-actions 🤖 For CI changes
  • chore/deps-update 🧹 For maintenance

⚡ Make Atomic Commits

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 Changes

Push your changes to your forked repository:

git push origin your-branch-name

Important: ⚠️ Be Respectful

📮 Create a Pull Request

  1. Create a Pull Request (PR) targeting the develop branch
  2. Use our PR template (required)
  3. Ensure all checks pass before requesting review ✅

🔍 Remember:

  • All commits and branch names must be in lowercase 🔡
  • Keep commits atomic and focused
  • Follow our Git Guidelines strictly

Thanks for contributing to BabyBeastsv2! 🙌 ✨

@juandiegocv27 juandiegocv27 pinned this issue Jan 15, 2025
@RolandoDrRobot RolandoDrRobot changed the title 👾 CONTRIBUTORS GUIDELINE 👾 Contribution guidelines Jan 15, 2025
@RolandoDrRobot RolandoDrRobot added the documentation Improvements or additions to documentation label Jan 15, 2025
@RolandoDrRobot RolandoDrRobot unpinned this issue Jan 15, 2025
@juandiegocv27 juandiegocv27 pinned this issue Jan 15, 2025
@juandiegocv27 juandiegocv27 removed their assignment Jan 15, 2025
@juandiegocv27 juandiegocv27 changed the title Contribution guidelines 👾 CONTRIBUTORS GUIDELINE 👾 Jan 15, 2025
@ByteBuildersLabs ByteBuildersLabs locked as spam and limited conversation to collaborators Jan 17, 2025
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants