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
Contributions are always welcome! Before contributing, please read the [code of conduct](https://github.com/WebComponentsGuide/webcomponents.guide/blob/main/CODE_OF_CONDUCT.md).
3
+
Contributions are always welcome! Before contributing, please read the
4
+
[code of conduct](https://github.com/WebComponentsGuide/webcomponents.guide/blob/main/CODE_OF_CONDUCT.md).
4
5
5
6
## Where to start
6
7
7
8
- If you've found typos or mistakes in the documentation, please go right ahead and raise a PR!.
8
-
- If you're looking for issues to resolve, a good place to start is the [help wanted label](https://github.com/WebComponentsGuide/webcomponents.guide/labels/help%20wanted) and/or [good first issue label](https://github.com/WebComponentsGuide/webcomponents.guide/labels/good%20first%20issue).
9
-
- If you have to contribute to bigger pieces, like an idea or new section, tutorial, or blog post, then please raise an issue first! This way we can discuss an action plan and figure out a high level overview of what should be written.
9
+
- If you're looking for issues to resolve, a good place to start is the
[good first issue label](https://github.com/WebComponentsGuide/webcomponents.guide/labels/good%20first%20issue).
12
+
- If you have to contribute to bigger pieces, like an idea or new section, tutorial, or blog post, then please raise an
13
+
issue first! This way we can discuss an action plan and figure out a high level overview of what should be written.
10
14
11
15
### Setup
12
16
@@ -19,8 +23,10 @@ $ npm install
19
23
$ npm start
20
24
```
21
25
22
-
Once this is done you can visit http://localhost:8080/ to see the local copy of the website. As you edit files the website will automatically rebuild, and you can see the changes reflected in your browser.
26
+
Once this is done you can visit http://localhost:8080/ to see the local copy of the website. As you edit files the
27
+
website will automatically rebuild, and you can see the changes reflected in your browser.
23
28
24
29
### Running checks/tests
25
30
26
-
When making contributions, please make sure to run `npm run check`, to ensure your contributions are correctly formatted and spelled. You can also run `npm run format` to automatically format all files.
31
+
When making contributions, please make sure to run `npm run check`, to ensure your contributions are correctly formatted
32
+
and spelled. You can also run `npm run format` to automatically format all files.
0 commit comments