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: README.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,16 +70,6 @@ function MyAwesomeComponent(): JSX.Element {
70
70
exportdefaultMyAwesomeComponent
71
71
```
72
72
73
-
74
-
## Contributing
75
-
76
-
Branch | Description
77
-
-------|------------------------------------
78
-
main | Main branch, used to deploy on npm
79
-
dev-* | Development branches
80
-
81
-
To contribute, please branch off `main` and create a branch named `dev-*` (e.g. `dev-responsive-ui`). When you are finished, create a **pull request** with the target `main`.
82
-
83
73
### Information about the CI
84
74
85
75
A CI has been setup on `main`, it reads the version from `package.json` and if it detects a new version it does 2 things with it:
0 commit comments