diff --git a/.github/PULL_REQUEST_TEMPLATE/nomad_pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/nomad_pull_request_template.md new file mode 100644 index 0000000000..4fcc2b0b09 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/nomad_pull_request_template.md @@ -0,0 +1,79 @@ + + +## Description + + + +## Links + + +## Contributor checklists + +Review urgency: + +- [ ] ASAP (bug fixes, broken content, imminent releases) +- [ ] 3 days (small changes, easy reviews) +- [ ] 1 week (default) +- [ ] Best effort (very non-urgent) + +Pull request: + +- [ ] Opened against the correct base branch +- [ ] Verify that all status checks have passed +- [ ] Verify that preview environment has successfully deployed +- [ ] Add all required reviewers if they are not part of assigned groups + +Content: + +- [ ] Add redirects for any moved or removed pages +- [ ] Follow the [Education style guide](https://github.com/hashicorp/web-unified-docs/tree/main/docs/style-guide) +- [ ] Look at the local or Vercel build to make sure the content renders correctly + +## Reviewer checklist + +- [ ] PR is against the correct base branch +- [ ] Content is technically correct +- [ ] Guides work and step order makes sense +- [ ] Content follows the Education content and style guides diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9983da36c9..cad4d55742 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,5 @@ Please go to the `Preview` tab and select the appropriate template: * [HCP services](?expand=1&template=hcp_pull_request_template.md) +* [Nomad](?expand=1&template=nomad_pull_request_template.md) * [Terraform Enterprise](?expand=1&template=ptfe_release_pull_request_template.md)