Skip to content

ByteBuildersLabs/ByteBeastsFrontend

Repository files navigation

ByteBeasts Frontend

  • This is the Unity Frontend for ByteBeast Game -- This is work in progress

for better idea of the project look this: https://miro.com/welcomeonboard/Tm13OHBCa0VtR1MwaWFrcnRWM1lscUN3RExLclc0cEMyem1ia3lDQ1p2WmtIbnYzdGF4NGQ2aW5GV2tleHFKQXwzNDU4NzY0NTk5MTAzMzA0OTEwfDI=?share_link_id=866895323732

Contributing

We welcome contributions to the ByteBeasts Frontend project! To get started, please follow these guidelines:

1. Fork the Repository

  1. Navigate to the ByteBeasts Frontend repository.
  2. Click on the "Fork" button in the top-right corner of the page to create your own copy of the repository.

2. Clone Your Fork

  1. Open your terminal or command prompt.
  2. Clone your fork using the following command:
    git clone https://github.com/your-username/ByteBeastsFrontend.git
  3. Navigate into the cloned directory:
    cd bytebeasts-frontend

3. Create a New Branch

Create a new branch for your work. It’s a good practice to name the branch according to the issue you’re working on:

git checkout -b feat/issue-description

4. Make Your Changes

Make the necessary changes to the codebase.
Test your changes to ensure everything works as expected.

5. Commit Your Changes

  1. Add the changes to the staging area:
    git add .
  2. Commit your changes with a meaningful commit message:
    git commit -m "feat: action + description"
    Example:
    git commit -m "feat: add new character: Tom"

6. Keep Your Fork Updated

  1. Add the original repository as a remote to keep your fork up to date:
    git remote add upstream https://github.com/ByteBuildersLabs/ByteBeastsFrontend.git
  2. Fetch the latest changes from the original repository:
    git fetch upstream
  3. Rebase your branch onto the updated main branch to incorporate the latest changes:
    git rebase upstream/main

7. Push Your Changes

Push your changes to your fork:

git push origin feat/issue-number-description

8. Create a Pull Request

  1. Go to the Pull Requests page on GitHub.
  2. Click the "New Pull Request" button.
  3. Select your branch and the base branch you want to merge into.
  4. Add a description of your changes and submit the pull request.

Thank you for contributing to ByteBeasts Frontend! If you have any questions, feel free to reach out to the maintainers.

Maintainers

Maintainer: Luis
Luis
Maintainer: JuanDi
JuanDi
Captura de pantalla 2024-08-05 a la(s) 6 20 29 p  m Captura de pantalla 2024-08-05 a la(s) 6 20 54 p  m Captura de pantalla 2024-08-05 a la(s) 6 20 20 p  m