Skip to content

Commit b3bcf23

Browse files
committed
drop mention of which copy of repo
1 parent eaf1384 commit b3bcf23

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@ Thanks for your interest in plotly.js!
22

33
### Translations:
44

5-
- Make a PR directly to the main repository
65
- Please @ mention a few other speakers of this language who can help review your translations.
76
- 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.
87
- You should only update files in `lib/locales/`, not those in `dist/`
98

109
### Features, Bug fixes, and others:
11-
Before opening a pull request, developer should:
10+
11+
Before opening a pull request, developer should:
1212

1313
- `git rebase` their local branch off the latest `master`,
1414
- make sure to **not** `git add` the `dist/` folder (the `dist/` is updated only on version bumps),
1515
- make sure to commit changes to the `package-lock.json` file (if any new dependency required),
1616
- write an overview of what the PR attempts to do,
17-
- make a PR directly from their fork to the main repository i.e. plotly/plotly.js
1817
- 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).
1918

2019
Note that it is forbidden to force push (i.e. `git push -f`) to remote branches associated with opened pull requests. Force pushes make it hard for maintainers to keep track of updates. Therefore, if required, please `git merge master` into your PR branch instead of `git rebase master`.

0 commit comments

Comments
 (0)