diff --git a/.github/PULL_REQUEST_TEMPLATE/bugfix.md b/.github/PULL_REQUEST_TEMPLATE/bugfix.md index 28769fe031..4c1126132c 100644 --- a/.github/PULL_REQUEST_TEMPLATE/bugfix.md +++ b/.github/PULL_REQUEST_TEMPLATE/bugfix.md @@ -1,5 +1,5 @@ --- -name: "\U0001F41B Bug fix or new feature" +name: :bug: Bug fix or new feature about: Fixing a problem with Redux --- diff --git a/.github/PULL_REQUEST_TEMPLATE/documentation-edit.md b/.github/PULL_REQUEST_TEMPLATE/documentation-edit.md index fd29726699..8dcb0ac1c2 100644 --- a/.github/PULL_REQUEST_TEMPLATE/documentation-edit.md +++ b/.github/PULL_REQUEST_TEMPLATE/documentation-edit.md @@ -1,5 +1,5 @@ --- -name: "\U0001F4DD Documentation Fix" +name: :memo: Documentation Fix about: Fixing a problem in an existing docs page --- diff --git a/.github/PULL_REQUEST_TEMPLATE/documentation-new.md b/.github/PULL_REQUEST_TEMPLATE/documentation-new.md index fd574c9dfd..444bce1566 100644 --- a/.github/PULL_REQUEST_TEMPLATE/documentation-new.md +++ b/.github/PULL_REQUEST_TEMPLATE/documentation-new.md @@ -1,5 +1,5 @@ --- -name: "\U0001F4D6 New/Updated Documentation Content" +name: :book: New/Updated Documentation Content about: Adding a new docs page, or updating content in an existing docs page ---