Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 1.27 KB

ChesslabLab

Open Source Community

Chess is a perfect topic for learning full-stack web development as well as for playing around with machine learning libraries. ChesslaBlab stands for chess laboratory, and the repositories can be used and extended by developers to create amazing chess web apps.

Contributing guidelines

  • Find a ChesslabLab repo and make sure to read its CONTRIBUTING.md file.
  • Look at the open issues.
  • Leave the following comment on the issue you want to be assigned to: "Hi there, happy learning and coding!"
  • Be prepared to create a friendly PR once the issue has been assigned to you.

Once you're ready, fork the repo and create a new branch from master as per the following convention.

$ git checkout -b issue/n-the-title-of-the-issue

For example, if the title of the issue is Update to MUI 5 #236 then its corresponding Git branch should be checked out from the main branch like this.

$ git checkout -b issue/236-update-to-MUI-5

That's it!

For further information please visit: