File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ Thanks for your interest in plotly.js!
2
+
3
+ Developers are strongly encouraged to first make a PR to their own plotly.js
4
+ fork and ask one of the maintainers to review the modifications there. Once the
5
+ pull request is deemed satisfactory, the developer will be asked to make a pull
6
+ request to the main plotly.js repo and may be asked to squash some commits
7
+ before doing so.
8
+
9
+ Developers should ` git rebase ` their local branch off the latest ` master ` before
10
+ opening a pull request.
11
+
12
+ Note that it is forbidden to force push (i.e. ` git push -f ` ) to remote branches
13
+ associated with opened pull requests. Force pushes make it hard for maintainers
14
+ to keep track of updates. Therefore, if required, please
15
+ ` git merge master ` into your PR branch instead of ` git rebase master ` .
You can’t perform that action at this time.
0 commit comments