Skip to content

Commit 47df71e

Browse files
authored
Hi! I noticed that the changes made here: #295 have not made their way into the documentation! (#318) (#319)
* Updated issues template and added PR template (#315) * added github issue template * updated issue template * updated ISSUE_TEMPLATE with friendlier wording and structure * added pr template * added branch notes * Updated CONTRIBUTING.md with npm run manual-test
1 parent 601c1b4 commit 47df71e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,13 @@ If you want to help develop this library, here are the steps to get started:
6262
6363
4. Develop!
6464
65-
Create a new folder called `/experiments` in the project's root folder. Create an `index.html` file inside `/experiments` and add the following:
65+
Run this command from the root of the project:
66+
67+
```bash
68+
npm run manual-test
69+
```
70+
71+
This creates a new folder called `/manual-test` in the project's root folder. Create an `index.html` file inside `/manual-test` and add the following:
6672

6773
```html
6874
<!DOCTYPE html>

0 commit comments

Comments
 (0)