Skip to content

Latest commit

 

History

History
47 lines (21 loc) · 1.05 KB

README.md

File metadata and controls

47 lines (21 loc) · 1.05 KB

hexgrid-react

A library to render objects using hexagonal grid layout.

⬇️Important

Follow these steps:hammer: for contributing:

💚Fork the repo.

📌Create a separate branch for any bug/feature with branch name: <grid/bug>

✅Commit once a feature is done/a bug is fixed.

✏️Fetch for any changes in the original repo by creating an upstream using:

git remote add upstream https://github.com/nishihere19/hexgrid-react.git

git fetch upstream

🎉Merge the changes in your branch.

git merge upstream/(your_branch_name)

👽Push your changes to your branch.

🔧Make a pull request from your branch.

➕Before submitting a PR, check your code well and explain your work properly in the PR description.

🔖Code advice

Kindly maintain a clean code with proper comments.

Commit messages should be written carefully and describe the changes made.

Create separate PR for a single feature/bug fix.

✅All copyrights are reserved

Happy Contributing!