UNPKG
migme-beachball
Version:
latest (5.5.0-1)
5.5.0
5.5.0-1
5.4.1
5.4.0
5.3.0
5.2.0
5.1.0
5.0.0
4.1.1
4.0.0
3.1.0
3.0.0
2.2.0
2.1.0
2.0.0
Migme JavaScript SDK
github.com/migme/beachball
migme/beachball
migme-beachball
/
CONTRIBUTING.md
12 lines
(10 loc)
•
272 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
# Fork & Pull Request
-
Fork
this repo -
Clone
the forked repo
``
`bash git clone https://github.com/<YOUR_USERNAME>/beachball.git && cd beachball `
``
-
Add
``
`migme/beachball`
``
as an upstream remote
``
`bash git remote add upstream git@github.com:migme/beachball.git `
``