Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.31 KB

CONTRIBUTING.md

File metadata and controls

33 lines (21 loc) · 1.31 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 main 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!

Chess MPA

If you want to contribute to this repo please make sure to read: