Skip to content

Commit 7b3c59f

Browse files
committed
Update CONTRIBUTING.md
1 parent 7bbf3e6 commit 7b3c59f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Thank you for considering to contribute! :speech_balloon:
77

88
1. Search the issue tracker for similar bug reports before submitting a new one.
99
2. Specify the version of the library where the bug occurred.
10-
3. Specify your browser version, operating system, and graphics card
11-
(e.g. `Chrome 0.0.0.0 (64-bit), Windows 10 (64-bit), NVIDIA GTX 1050`).
10+
3. Specify your browser version, operating system, and graphics card manufacturer
11+
(e.g. `Chrome, Windows, NVIDIA`).
1212
4. Describe the problem in detail. Explain what happened, and what you expected would happen.
1313
5. Provide a minimal test case (http://jsfiddle.net) or a link to a live version of your application.
1414
6. If applicable, include a screenshot. Consider annotating the screenshot for clarity.
@@ -32,17 +32,17 @@ A proposed change should be focused and concise. Please adhere to the following
3232
This project contains scripts that will help you during development. All scripts can be executed with `npm run [script]`.
3333
The following table provides an overview of the most important scripts:
3434

35-
| Task | Description |
36-
|-------|--------------------------------------------------------------|
37-
| build | Builds and minifies all bundles. |
38-
| watch | Lints source files, builds the demo and listens for changes. |
39-
| dev | Runs the watch script and serves files locally. |
40-
| test | Lints source files, builds all bundles and runs unit tests. |
35+
| Task | Description |
36+
|-------|----------------------------------------------------------------|
37+
| build | Builds and minifies all bundles. |
38+
| watch | Lints source files, builds the manual and listens for changes. |
39+
| dev | Runs the watch script and serves files locally. |
40+
| test | Lints source files, builds all bundles and runs unit tests. |
4141

4242

4343
### Testing :heavy_check_mark:
4444

45-
Use the script `npm run dev` to run an HTTP server, build the demo bundle and watch files for changes. Open your web browser and navigate to http://localhost:5000/demo/index.html. Extend one of the existing demos or create a new one depending on the kind of feature you wish to implement. Make sure that your changes don't break the existing demos.
45+
Use the script `npm run dev` to run an HTTP server, build the demo bundle and watch files for changes. Open your web browser and navigate to http://localhost:1313. Extend one of the existing demos or create a new one depending on the kind of feature you wish to implement. Make sure that your changes don't break the existing demos.
4646

4747
__Hint__: Open the development tools in your browser and make sure that the cache is disabled while it's open.
4848

0 commit comments

Comments
 (0)