You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
-
# Contributing to Project Cue app
1
+
# Contributing to Project Cue
2
2
3
3
## Where to start?
4
4
5
5
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).
7
7
8
8
## Coding standard
9
9
10
10
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/).
12
14
13
15
The coding standard is not documented but most of the important features are
14
16
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