Skip to content

Commit b1b88ce

Browse files
authored
Update CONTRIBUTING.md
1 parent b3585f6 commit b1b88ce

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
# Contributing to Project Cue app
1+
# Contributing to Project Cue
22

33
## Where to start?
44

55
If you're new to the Project Cue app and want to contribute, there is a
6-
[list of good first bugs](https://github.com/fxbox/app/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22).
6+
[list of good first bugs](https://github.com/fxbox/calendar/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+bug%22).
77

88
## Coding standard
99

1010
The code base is written in es2015, make sure to use semantic and syntactic
11-
idioms in this flavour of JavaScript. We're trying to follow [BEM methodology](https://en.bem.info/methodology/) when writing CSS.
11+
idioms in this flavour of JavaScript.
12+
13+
For CSS, we're following [BEM methodology](https://en.bem.info/methodology/).
1214

1315
The coding standard is not documented but most of the important features are
1416
enforced using [eslint](http://eslint.org/) and [stylelint](http://stylelint.io/). So it's really easy to get acquainted with the most of coding styles just by reading through `.eslintrc` and `.stylelintrc` located at the project's root.

0 commit comments

Comments
 (0)