Skip to content

Commit be6e833

Browse files
Removed all mentions of "please" from docs and messages #770
Co-authored-by: pranjalrai4 <[email protected]> Signed-off-by: Grace Choi <[email protected]>
1 parent 7f15dfa commit be6e833

148 files changed

Lines changed: 268 additions & 268 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ body:
88
attributes:
99
value: |
1010
Thank you for taking the time to report a bug!
11-
If this is a security issue please report it to the [Docker Security team](mailto:[email protected]).
11+
If this is a security issue report it to the [Docker Security team](mailto:[email protected]).
1212
- type: textarea
1313
id: description
1414
attributes:
1515
label: Description
16-
description: Please give a clear and concise description of the bug
16+
description: Give a clear and concise description of the bug
1717
validations:
1818
required: true
1919
- type: textarea

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ contact_links:
44
about: "Read guidelines and tips about contributing to Docker."
55
url: "https://github.com/docker/cli/blob/master/CONTRIBUTING.md"
66
- name: "Security and Vulnerabilities"
7-
about: "Please report any security issues or vulnerabilities responsibly to the Docker security team. Please do not use the public issue tracker."
7+
about: "Report any security issues or vulnerabilities responsibly to the Docker security team. Do not use the public issue tracker."
88
url: "https://github.com/moby/moby/security/policy"
99
- name: "General Support"
1010
about: "Get the help you need to build, share, and run your Docker applications"

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Please make sure you've read and understood our contributing guidelines;
2+
Make sure you've read and understood our contributing guidelines;
33
https://github.com/docker/cli/blob/master/CONTRIBUTING.md
44
55
** Make sure all your commits include a signature generated with `git commit -s` **
@@ -10,7 +10,7 @@ guide https://docs.docker.com/opensource/code/
1010
If this is a bug fix, make sure your description includes "fixes #xxxx", or
1111
"closes #xxxx"
1212
13-
Please provide the following information:
13+
Provide the following information:
1414
-->
1515

1616
**- What I did**

.github/workflows/validate-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
desc=$(echo "$block" | awk NF)
3333
3434
if [ -z "$desc" ]; then
35-
echo "::error::Changelog section is empty. Please provide a description for the changelog."
35+
echo "::error::Changelog section is empty. Provide a description for the changelog."
3636
exit 1
3737
fi
3838

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# if you want to ignore files created by your editor/tools,
2-
# please consider a global .gitignore https://help.github.com/articles/ignoring-files
2+
# consider a global .gitignore https://help.github.com/articles/ignoring-files
33
*.exe
44
*.exe~
55
*.orig

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ start participating.
1616
## Reporting security issues
1717

1818
The Docker maintainers take security seriously. If you discover a security
19-
issue, please bring it to their attention right away!
19+
issue, bring it to their attention right away!
2020

21-
Please **DO NOT** file a public issue, instead send your report privately to
21+
**DO NOT** file a public issue, instead send your report privately to
2222
2323

2424
Security reports are greatly appreciated and we will publicly thank you for it.
@@ -39,7 +39,7 @@ If you find a match, you can use the "subscribe" button to get notified on
3939
updates. Do *not* leave random "+1" or "I have this too" comments, as they
4040
only clutter the discussion, and don't help resolving it. However, if you
4141
have ways to reproduce the issue or have additional information that may help
42-
resolving the issue, please leave a comment.
42+
resolving the issue, leave a comment.
4343

4444
When reporting issues, always include:
4545

@@ -166,10 +166,10 @@ Include an issue reference like `Closes #XXXX` or `Fixes #XXXX` in the pull requ
166166
description that close an issue. Including references automatically closes the issue
167167
on a merge.
168168

169-
Please do not add yourself to the `AUTHORS` file, as it is regenerated regularly
169+
Do not add yourself to the `AUTHORS` file, as it is regenerated regularly
170170
from the Git history.
171171

172-
Please see the [Coding Style](#coding-style) for further guidelines.
172+
See the [Coding Style](#coding-style) for further guidelines.
173173

174174
### Merge approval
175175

@@ -269,8 +269,8 @@ guidelines for the community as a whole:
269269

270270
* Stay on topic: Make sure that you are posting to the correct channel and
271271
avoid off-topic discussions. Remember when you update an issue or respond
272-
to an email you are potentially sending to a large number of people. Please
273-
consider this before you update. Also remember that nobody likes spam.
272+
to an email you are potentially sending to a large number of people. Consider
273+
this before you update. Also remember that nobody likes spam.
274274

275275
* Don't send email to the maintainers: There's no need to send email to the
276276
maintainers to ask them to investigate an issue or to take a look at a

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ United States and other governments.
1414
It is your responsibility to ensure that your use and/or transfer does not
1515
violate applicable laws.
1616

17-
For more information, please see https://www.bis.doc.gov
17+
For more information, see https://www.bis.doc.gov
1818

1919
See also https://www.apache.org/dev/crypto.html and/or seek legal counsel.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ make -f docker.Makefile shell
6767
## Legal
6868

6969
*Brought to you courtesy of our legal counsel. For more context,
70-
please see the [NOTICE](https://github.com/docker/cli/blob/master/NOTICE) document in this repo.*
70+
see the [NOTICE](https://github.com/docker/cli/blob/master/NOTICE) document in this repo.*
7171

7272
Use and transfer of Docker may be subject to certain restrictions by the
7373
United States and other governments.
7474

7575
It is your responsibility to ensure that your use and/or transfer does not
7676
violate applicable laws.
7777

78-
For more information, please see https://www.bis.doc.gov
78+
For more information, see https://www.bis.doc.gov
7979

8080
## Licensing
8181

cli/cobra.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func setupCommonRootCommand(rootCmd *cobra.Command) (*cliflags.ClientOptions, *c
5454
rootCmd.SetHelpCommand(helpCommand)
5555

5656
rootCmd.PersistentFlags().BoolP("help", "h", false, "Print usage")
57-
rootCmd.PersistentFlags().MarkShorthandDeprecated("help", "please use --help")
57+
rootCmd.PersistentFlags().MarkShorthandDeprecated("help", "Use --help")
5858
rootCmd.PersistentFlags().Lookup("help").Hidden = true
5959

6060
rootCmd.Annotations = map[string]string{

cli/command/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ func getServerHost(hosts []string, tlsOptions *tlsconfig.Options) (string, error
541541
case 1:
542542
host = hosts[0]
543543
default:
544-
return "", errors.New("Please specify only one -H")
544+
return "", errors.New("Specify only one -H")
545545
}
546546

547547
return dopts.ParseHost(tlsOptions != nil, host)

0 commit comments

Comments
 (0)