We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74595e6 commit ca3265bCopy full SHA for ca3265b
README.md
@@ -18,6 +18,8 @@ cd basiljs.github.io
18
# get all branches
19
git fetch -a
20
# get into the develop branch
21
+# this is currently the one that serves the page
22
+# your pull request should also be against develop not master (at the moment)
23
git checkout -b develop origin/develop
24
# now make your new branch based on develop
25
git checkout -b chore/update-docs
@@ -40,6 +42,7 @@ git commit -m "chore: Update Basil.js api to latest state [Add your favorite emo
40
42
# push current HEAD to remote
41
43
git push -u origin HEAD
44
# Now go to the GitHub UI and create your PR
45
+# Against the develop branch (not master).
46
```
47
48
## Development
0 commit comments