Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 1.14 KB

Contributing to CS Essentials

Installation

  • git clone https://github.com/cs-ieee-ist/cs-essentials.git
  • npm install

Run

  • npm run dev
  • Go to http://localhost:1234/cs-essentials

Pull Request

Before proposing a PR, please open an issue, where the feature or other type of change can be discussed. This help prevent duplicated work.

Each PR needs to be reviewed and accepted by at least one of the maintainers.

Issues

You can use GitHub issues to report bugs, discuss content changes or other changes you find relevant. Make sure that your description is clear and has sufficient instructions when reporting a bug.

Coding Style

Make sure your editor is following the .editorconfig code style.