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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ yarn install
56
56
57
57
```sh
58
58
git checkout -b my-topic-branch
59
-
````
59
+
```
60
60
61
61
6. Make changes, commit and push to your fork:
62
62
@@ -92,7 +92,7 @@ Because we will only merge a Pull Request for which all tests pass. The followin
92
92
- The code is linted (run `yarn lint`).
93
93
- If API documentation is being changed in the source (run `yarn docs:api`).
94
94
- If demos were changed, make sure `yarn docs:typescript:formatted` does not introduce changes.
95
-
See [About TypeScript demos](#about-typescript-demos).
95
+
See [about writing demos](#3-write-the-content-of-the-demo).
96
96
- The Pull Request title follows the pattern `[Component] Imperative commit message`. (See: [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/#imperative) for a great explanation)
0 commit comments