Skip to content

Commit 8b03d39

Browse files
committed
Actually include the PR template
1 parent cd7e8b3 commit 8b03d39

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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`.

0 commit comments

Comments
 (0)