From 1303b9649d76aa6af62fb088901f2487395c7739 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Sat, 16 Nov 2019 20:45:39 -0500 Subject: [PATCH 1/2] Add PR template landing page --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..bf5de1e808 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +Thanks for the PR! + +To better assist you, please select the type of PR you want to create. + +Click the "Preview" tab above, and click on the link for the PR type: + +[\U0001F41B Bug fix or new feature](?template=bugfix.md) +[\U0001F4DD Documentation Fix](?template=documentation-edit.md) +[\U0001F4D6 New/Updated Documentation Content](?template=documentation-new.md) From adb203245c910db22027a3c348fb6b93b494ba6a Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Sat, 16 Nov 2019 20:49:36 -0500 Subject: [PATCH 2/2] Fix emojis and line spacing --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bf5de1e808..f503f9c548 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,6 +4,6 @@ To better assist you, please select the type of PR you want to create. Click the "Preview" tab above, and click on the link for the PR type: -[\U0001F41B Bug fix or new feature](?template=bugfix.md) -[\U0001F4DD Documentation Fix](?template=documentation-edit.md) -[\U0001F4D6 New/Updated Documentation Content](?template=documentation-new.md) +- [:bug: Bug fix or new feature](?template=bugfix.md) +- [:memo: Documentation Fix](?template=documentation-edit.md) +- [:book: New/Updated Documentation Content](?template=documentation-new.md)