diff --git a/.github/PULL_REQUEST_TEMPLATE/content-change.md b/.github/PULL_REQUEST_TEMPLATE/content-change.md deleted file mode 100644 index 27efe7f2c23..00000000000 --- a/.github/PULL_REQUEST_TEMPLATE/content-change.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Content Change -about: You've added/edited/removed a piece of content ---- - -## Content Change - -### What Changed? - -Please list, at a high level, what changed in your branch. Including the product, guide, and version, as applicable. - -#### Example - -- Fixed typo in EPAS 13 epas_inst_linux guide -- Added more detail to ARK 3.5 getting started guide - -### Checklist - -- [ ] This PR adds new content -- [ ] This PR changes existing content -- [ ] This PR removes existing content diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000000..6790a75e768 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +## What Changed? + +Please list, at a high level, what changed in your branch. If you changed content, include the product, guide, and version as applicable. + +**Examples** +- Fixed typo in EPAS 13 epas_inst_linux guide +- Added more detail to ARK 3.5 getting started guide introduction +- Fixed broken link on `/supported-open-source/pgbackrest/05-retention_policy/` page + +## Checklist + +Please check all boxes that apply (`[ ]` is unchecked, `[x]` is checked) + +**Content** +- [ ] This PR adds new content +- [ ] This PR changes existing content +- [ ] This PR removes existing content