-
Notifications
You must be signed in to change notification settings - Fork 550
New issue
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
[Style] Remove "should" not related to conformance #536
Conversation
The style.md file includes the word "should" which may unintentionally be confused with "SHOULD" as used to identify a conformance/certification requirement. This pull request removes the word "should" so there is not confusion Signed-off-by: Rob Dolin <[email protected]>
@@ -2,21 +2,21 @@ | |||
|
|||
## One sentence per line | |||
|
|||
To keep consistency throughout the Markdown files in the Open Container spec all files should be formatted one sentence per line. | |||
To keep consistency throughout the Markdown files in the Open Container spec format all files one sentence per line. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
“spec format” → “spec, format”
On Mon, Aug 22, 2016 at 12:28:23PM -0700, Rob Dolin (MSFT) wrote:
ALL CAPS are pretty striking. And style.md is fairly clearly |
On Mon, Aug 22, 2016 at 12:28:23PM -0700, Rob Dolin (MSFT) wrote:
“realted” → “related” |
Signed-off-by: Rob Dolin <[email protected]>
Signed-off-by: Rob Dolin <[email protected]>
I believe all of the issues @wking raised have now been addressed (including my typo in the PR title) |
Everything through 6d500fb looks good to me. Maybe squash down to a
single commit, but that's not a big deal.
|
There is still a signed off missing on a commit, it would be better to just squash them all. |
It's |
Interesting, I wonder what emails @RobDolinMS has associated with this github account. Is it [email protected]? |
@caniszczyk did we ever figure out what's causing @RobDolinMS to be shafted by PullApprove? 😢 |
On Fri, Nov 04, 2016 at 03:56:53PM -0700, Tianon Gravi wrote:
My random guess is that he has (MSFT) in his author field but not in $ git show origin/pr/536 | head -n 7
|
@RobDolinMS could you try matching the Author and Signed-off-by name? |
@RobDolinMS when you have time please rebase your PRs and make sure your sign off is correct. Feel free to reopen when they have been updated. |
The style.md file includes the word "should" which may unintentionally be confused with "SHOULD" as used to identify a conformance/certification requirement.
This pull request removes the word "should" so there is not confusion
Signed-off-by: Rob Dolin [email protected]