mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-10 14:06:30 +00:00
docs: ask contributors to not force-push their branches (#7590)
This commit is contained in:
parent
7caa7b50ae
commit
5d025236d4
2 changed files with 9 additions and 0 deletions
6
.github/contributing.md
vendored
6
.github/contributing.md
vendored
|
@ -23,6 +23,12 @@ afterwards. Also, let the maintainers know that you plan to work on a particular
|
|||
|
||||
Pull Requests can only be merged once all status checks are green, which means `yarn test` passes, and coverage is 100%.
|
||||
|
||||
## Do not force push to your pull request branch
|
||||
|
||||
Please do not force push to your PR's branch after you have created your PR, as doing so makes it harder for us to review your work.
|
||||
PRs will always be squashed by us when we merge your work.
|
||||
Commit as many times as you need in your pull request branch.
|
||||
|
||||
## Slack collaboration with maintainers
|
||||
|
||||
Sometimes the codebase can be a challenge to navigate, especially for a first-time contributor. We don't want you spending an hour trying to work out something that would take us only a minute to explain.
|
||||
|
|
3
.github/pull_request_template.md
vendored
3
.github/pull_request_template.md
vendored
|
@ -24,3 +24,6 @@ I have verified these changes via:
|
|||
- [ ] Unit tests + ran on a real repository
|
||||
|
||||
<!-- Do you have any suggestions about this PR template? Edit it here: https://github.com/renovatebot/renovate/edit/master/.github/pull_request_template.md -->
|
||||
|
||||
<!-- Please do not force push to this PR's branch after you have created this PR, as doing so makes it harder for us to review your work. -->
|
||||
<!-- PRs will always be squashed by us when we merge your work. Commit as many times as you need in this branch. -->
|
||||
|
|
Loading…
Reference in a new issue