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

Latest commit

 

History

History
29 lines (19 loc) · 1.28 KB

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 1.28 KB

ChesslaBlab

Open Source Community

The game of chess involves quite a few different aspects of software development, which makes it 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 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: