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: .github/PULL_REQUEST_TEMPLATE.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,17 @@ Thanks for your interest in plotly.js!
2
2
3
3
### Translations:
4
4
5
-
- Make a PR directly to the main repository
6
5
- Please @ mention a few other speakers of this language who can help review your translations.
7
6
- If you've omitted any keys from [dist/translation_keys.txt](https://github.com/plotly/plotly.js/blob/master/dist/translation-keys.txt) - which means they will fall back on the US English text - just make a short comment about why in the PR description: the English text works fine in your language, or you would like someone else to help translating those, or whatever the reason.
8
7
- You should only update files in `lib/locales/`, not those in `dist/`
9
8
10
9
### Features, Bug fixes, and others:
11
10
12
-
Developers are strongly encouraged to first make a PR to their own plotly.js fork and ask one of the maintainers to review the modifications there. Once the pull request is deemed satisfactory, the developer will be asked to make a pull request to the main plotly.js repo and may be asked to squash some commits before doing so.
13
-
14
-
Before opening a pull request, developer should:
11
+
Before opening a pull request, developer should:
15
12
16
13
-`git rebase` their local branch off the latest `master`,
17
14
- make sure to **not**`git add` the `dist/` folder (the `dist/` is updated only on version bumps),
18
-
- make sure to commit changes to the `package-lock.json` file (if any),
15
+
- make sure to commit changes to the `package-lock.json` file (if any new dependency required),
19
16
- write an overview of what the PR attempts to do,
20
17
- select the _Allow edits from maintainers_ option (see this [article](https://help.github.com/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork/) for more details).
0 commit comments