Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.71 KB

CONTRIBUTING.md

File metadata and controls

33 lines (22 loc) · 1.71 KB

Contributing

Installation

  1. Clone the repository
  2. Run npm install to install the dependencies
  3. Run npm start to start the server
  4. Open the given URL in your browser

Contributing Code

After completing installation:

Please adhere to the following guidelines when contributing code:

I want to report a bug or a problem about this project

Make an issue. Before creating an issue, make sure that:

  1. You list the steps to reproduce the problem to show that other users may experience it as well, if the issue is not self-descriptive.
  2. Search to make sure it isn't a duplicate. The advanced search syntax may come in handy.
  3. It is not a trivial problem or demands unrealistic dev time to fix. Such issues may be closed.

I want to suggest a feature for this project

If there's a feature you'd like to see added to the project, feel free to make an issue with a clear and concise explanation of what should be added. Issue tickets on features that lack potential or effectiveness are not useful and may be closed.

Adapted from lichess-org/lila's CONTRIBUTING.md