Skip to content

Commit 56b8668

Browse files
authored
Update CONTRIBUTING.md with demo instructions
Added instructions for running developer demos and testing.
1 parent 9f65451 commit 56b8668

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,15 @@ In order to test a pull request that is awaiting test, perform the following act
231231
4. Verify that the expected behavior is observed with the changes in the pull request.
232232
5. Return the pull request in a not fixed state if you're still reproducing the issue.
233233
6. Don't forget to make the necessary status updates, as described in the workflow section.
234+
235+
# Running the Dev Demos
236+
The developer demos for testing purposes are runnable:
237+
238+
```bash
239+
npm i
240+
npm start
241+
```
242+
243+
If you cannot find a suitable demo for a component, when trying to test and reproduce an issue or scenario, then add a new demo for the scenario.
244+
245+

0 commit comments

Comments
 (0)