Skip to content

Conversation

@jsoref
Copy link
Contributor

@jsoref jsoref commented May 22, 2017

I'm going to actively ignore your submission guidelines.
As a general rule, whenever I submit large changesets to large projects, people insist on changes. As such, there's no point in me signing a submission at this time.
The current summary of each changeset represents a distinct word family misspelling. Sometimes projects have a preferred language family (en-US/en-GB being the most common), as such it's handy to be able to easily drop changesets. It's also not uncommon for some changes to need to be split out into special PRs (e.g. if they would constitute an API change).

I'm happy to squash and sign a single commit once someone agrees it's ready.
I'd appreciate it if someone proposed the commit message. I am not eager to have to sign the commit a second time because someone objects to my chosen commit message.

- What I did
I spellchecked the docker/cli repository

- How I did it
I used my own personal tool to generate a list of tokens not found in /usr/share/dict/words -- I then manually consider each remaining token. Typically I'll let Google Suggest suggest replacement words.

- How to verify it
Review the diff.

- Description for the changelog
changes to 46 word families across
48 files changed, 89 insertions(+), 89 deletions(-)

- A picture of a cute animal (not mandatory but encouraged)
image

* addresses
* assigned
* at least
* attachments
* auxiliary
* available
* cleanup
* communicate
* communications
* configuration
* connection
* connectivity
* destination
* encountered
* endpoint
* example
* existing
* expansion
* expected
* external
* forwarded
* gateway
* implementations
* implemented
* initialize
* internally
* loses
* message
* network
* occurred
* operational
* origin
* overlapping
* reaper
* redirector
* release
* representation
* resolver
* retrieve
* returns
* sanbdox
* sequence
* succesful
* synchronizing
* update
* validates

Signed-off-by: Josh Soref <jsoref@gmail.com>
@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "spelling" git@github.com:jsoref/libnetwork.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842354531088
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

@jsoref
Copy link
Contributor Author

jsoref commented May 22, 2017

@GordonTheTurtle: this repository does not have the template for commit messages.

@vieux
Copy link
Contributor

vieux commented Aug 11, 2017

@jsoref as the bot said, please use the same template as mentioned in https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work

(simply add -s to git commit)

While you're at it could you please squash your commits ?

@fcrisciani
Copy link

carried over by #2229

@fcrisciani fcrisciani closed this Jul 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants