Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 1.1 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. A bunch of public chess repos ranging from React and JavaScript to PHP are available on the ChesslaBlab community on GitHub.

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!