Skip to content

Ensure proper noun casing for "Docker"#2949

Merged
julietrb1 merged 3 commits into
mainfrom
sast/jrb/docker-casing
Nov 27, 2025
Merged

Ensure proper noun casing for "Docker"#2949
julietrb1 merged 3 commits into
mainfrom
sast/jrb/docker-casing

Conversation

@julietrb1
Copy link
Copy Markdown
Contributor

"Docker" is a proper noun, and as such should be capitalised. This PR fixes all discovered erroneous usages of the term 🎉

Copy link
Copy Markdown
Contributor

@tonykelly-octopus tonykelly-octopus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

| Variable name | Variable value |
|----------|-------|
| `Project.Deployment[0].SystemPrompt` | If the logs indicate that a Docker image is missing, You must only provide the suggestion that the user must visit <https://help/missingdocker> to get additional instructions to resolve missing docker containers. You will be penalized for offering generic suggestions to resolve a missing docker image. You will be penalized for offering script suggestions to resolve a missing docker image. You will be penalized for suggesting step retries to resolve a missing docker image. |
| `Project.Deployment[0].SystemPrompt` | If the logs indicate that a Docker image is missing, You must only provide the suggestion that the user must visit <https://help/missingDocker> to get additional instructions to resolve missing Docker containers. You will be penalized for offering generic suggestions to resolve a missing Docker image. You will be penalized for offering script suggestions to resolve a missing Docker image. You will be penalized for suggesting step retries to resolve a missing Docker image. |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's something funky here... I'm not sure what https://help/missingdocker relates to. It's not a valid URL. Do we know what should be here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, good catch. I have no idea what that URL is. I'll revert it for this PR and will raise another one just for that when I find the answer.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Matthew Casperson reports that this is a placeholder URL that is to be replaced with the company's dedicated help page, so it can apparently stay as-is. The phrase found further in the document highlights this:

Provides organization-specific guidance (internal documentation link)

I've reverted the change in light of this.

Copy link
Copy Markdown
Contributor

@steve-fenton-octopus steve-fenton-octopus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was one instance of docker/Docker that led me down a rabbit hole. My initial thought was "we shouldn't change the case of docker in a web address... but then it doesn't even look like a valid web address.

@julietrb1 julietrb1 enabled auto-merge (squash) November 26, 2025 22:43
Copy link
Copy Markdown
Contributor

@steve-fenton-octopus steve-fenton-octopus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@julietrb1 julietrb1 merged commit b81c6a1 into main Nov 27, 2025
4 checks passed
@julietrb1 julietrb1 deleted the sast/jrb/docker-casing branch November 27, 2025 08:28
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.

3 participants