-
Notifications
You must be signed in to change notification settings - Fork 114
Infra: Update Nomad PR template and link #1446
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
base: main
Are you sure you want to change the base?
Conversation
aimeeu
commented
Dec 3, 2025
- Include Runtime label query parm in link to Nomad PR template
- Update Nomad PR template with additional instructions
Vercel Previews Deployed
|
boruszak
left a comment
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.
All style suggestions. Fabulous. Splendid. Approved.
| should be aware of. | ||
| <!-- | ||
| Please describe why you're making this change and point out any important details the reviewers | ||
| should be aware of. A robust description helps the tech writer create a fabulous release note. |
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.
I love "fabulous" here! As in its Latin root: A release note to be celebrated in fable.
| <!-- | ||
| Please describe why you're making this change and point out any important details the reviewers | ||
| should be aware of. A robust description helps the tech writer create a fabulous release note. | ||
| If your code PR has a splendid description, link to the code PR in the links section so that |
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.
| If your code PR has a splendid description, link to the code PR in the links section so that | |
| If your PR updates code in the `hashicorp/nomad` repo, link to the code PR in the links section so that |
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.
I'm seeing engineers creating robust descriptions in the code PR and then no description in the docs PR. In those cases, I've been copying the relevant parts of the code PR description into the docs PR description so that I don't have to constantly switch repos to see that the docs PR covers.
| **Please link to the related Nomad repo code PR!** if there is one. | ||
| The tech writer does look at the code PR description, Jira ticket, and/or GH issue before reviewing docs content. |
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.
| **Please link to the related Nomad repo code PR!** if there is one. | |
| The tech writer does look at the code PR description, Jira ticket, and/or GH issue before reviewing docs content. | |
| **Please link to related code PRs in the `hashicorp/nomad` repo!** | |
| The tech writer looks at related descriptions, Jira tickets, and GH issues so | |
| that they have the full context for the documentationupdates. |
| Include links to GitHub issues, documentation, or similar which is relevant to this PR. If | ||
| this is a docs bug fix, please ensure related issues are linked so they will close when this PR is |
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.
| Include links to GitHub issues, documentation, or similar which is relevant to this PR. If | |
| this is a docs bug fix, please ensure related issues are linked so they will close when this PR is | |
| Include links to GitHub issues, existing documentation, and other content relevant to this PR. If | |
| this PR implements a docs bug fix, please ensure related JIRA issues are linked so they will close when this PR is |
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.
Only GH issues close when the PR is merged. Jira issues do not.
Co-authored-by: Jeff Boruszak <[email protected]>