Skip to content

Squard line is a puzzle game where players match candies to solve puzzles and progress through multiple of levels. It features various objectives, boosters, and social features, making it highly addictive and enjoyable for players of all ages.

License

Notifications You must be signed in to change notification settings

ChromeGaming/Squard-line

Repository files navigation

Squard-line

Gif

About Our Project 💻


How to make a PR in a Project 🟢

If you are interested to contribute in this project how to start contribute

  1. Fork the repo.

  2. After forking, clone the repo to your local machine. To clone the repo to your local machine, run the following command in your terminal:

    git clone https://github.com/<your-github-username>/Squard-line
  3. Add a remote upstream to the original repo. To add a remote upstream, run the following command in your terminal:

    git remote add upstream https://github.com/Durgesh4993/Squard-line/
  4. Check the remotes for this repository.

     git remote -v
  5. Always take a pull from the upstream repository to your master branch to keep it at par with the main project (updated repository).

     git pull upstream main
  6. Create a new branch. To create a new branch, run the following command in your terminal:

    git checkout -b <your-branch-name>
  7. Make changes in source code.

  8. Add your changes To add your changes, run the following command in your terminal:

    git add <File1 changed> <File2 changed> ...
  9. Commit your changes. To commit your changes, run the following command in your terminal:

    git commit -m "<your-commit-message>"
  10. Push your changes. To push your changes, run the following command in your terminal:

    git push origin <your-branch-name>
  11. Create a PR.


Alternatively Using GitHub Desktop

  1. Open GitHub Desktop and log in to your GitHub account.

  2. Make sure you are on the "Current Repository" view. If not, go to "File" and select "Add Local Repository" to add your repository.

  3. In the "Current Repository" view, ensure you are on the branch that you want to submit a pull request for. If you're not on the correct branch, use the "Branch" menu to switch to the correct branch.

  4. Once you're on the correct branch, make your changes and commit them to the branch. You can do this by clicking the "+" button in the upper-left corner of the GitHub Desktop window, making your changes, and then entering a commit message.

  5. After you've made your changes and committed them, click the "Push origin" button in the top-right corner of the GitHub Desktop window. This will push your changes to the remote repository on GitHub.

  6. Now, go to the GitHub website, navigate to your fork of the repository, and you should see a button to "Compare & pull request" between your fork and the original repository, click on it.

  7. On the pull request page, you can review your changes and add any additional information, such as a title and a description, that you want to include with your pull request.

  8. Once you're satisfied with your pull request, click the "Create pull request" button to submit it.

Note: In order to create a pull request, you must have a fork of the original repository in your GitHub account and you must have made the changes in that forked repository.


Open Source Programs

This project is part of GirlScript Summer of Code. We enthusiastically welcome community contributions to help enhance Squard-line. Your involvement is crucial to our success!

Community


Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.


Contact Us

https://www.linkedin.com/in/durgesh4993/

License

This project is licensed under the MIT License.


⭐️ Support Our Project If you find this project helpful, please consider giving it a star on GitHub! Your support helps to grow the project and reach more contributors.


Our Contributors

Thank you for contributing to our repository

Contributors

Show some ❤️ by starring this awesome repository!

About

Squard line is a puzzle game where players match candies to solve puzzles and progress through multiple of levels. It features various objectives, boosters, and social features, making it highly addictive and enjoyable for players of all ages.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages