We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is not an issue rather suggestion how to improve overall process of contribution into this repo.
CONTRIBUTING.md states:
CONTRIBUTING.md
When submitting a pull request to the docker-images repo, we ask that you squash your commits before we merge.
But GitHub allows to do it automatically during the pull-request merge. There is an option called Squash and merge your pull request commits
An author of a pull-request can push few commits into PR respectively to code-review comments and all commits will be squashed when PR will be merged.
An author needs to squash commits manually whenever new commit has been made.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is not an issue rather suggestion how to improve overall process of contribution into this repo.
CONTRIBUTING.md
states:But GitHub allows to do it automatically during the pull-request merge. There is an option called Squash and merge your pull request commits
Expected behavior
An author of a pull-request can push few commits into PR respectively to code-review comments and all commits will be squashed when PR will be merged.
Actual behavior
An author needs to squash commits manually whenever new commit has been made.
The text was updated successfully, but these errors were encountered: