From 0bfdf40447fce185159074abe664fa74df7a21df Mon Sep 17 00:00:00 2001 From: Evan Barger Date: Wed, 10 Mar 2021 12:19:43 -0500 Subject: [PATCH] Remove PR template folder, create single general purpose PR template --- .../PULL_REQUEST_TEMPLATE/content-change.md | 21 ------------------- .github/pull_request_template.md | 17 +++++++++++++++ 2 files changed, 17 insertions(+), 21 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/content-change.md create mode 100644 .github/pull_request_template.md 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