diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index 253703db2..9a719d365 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -6,6 +6,8 @@ labels: --- + + **Describe the bug** diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md index 57ea5fb10..1db438a7f 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -6,6 +6,8 @@ labels: --- + + **Is your feature request related to a problem? Please describe.** diff --git a/.github/ISSUE_TEMPLATE/SUPPORT.md b/.github/ISSUE_TEMPLATE/SUPPORT.md index 1af0b92ac..766573176 100644 --- a/.github/ISSUE_TEMPLATE/SUPPORT.md +++ b/.github/ISSUE_TEMPLATE/SUPPORT.md @@ -6,6 +6,8 @@ labels: --- + + **Describe the Issue** diff --git a/src/lib.ts b/src/lib.ts index 48d110ebb..f403152ad 100644 --- a/src/lib.ts +++ b/src/lib.ts @@ -16,12 +16,12 @@ export default async function run( info(` GitHub Pages Deploy Action 🚀 - ✈️ Getting Started Guide: https://github.com/marketplace/actions/deploy-to-github-pages + 🚀 Getting Started Guide: https://github.com/marketplace/actions/deploy-to-github-pages ❓ FAQ/Wiki: https://github.com/JamesIves/github-pages-deploy-action/wiki 🔧 Support: https://github.com/JamesIves/github-pages-deploy-action/issues ⭐ Contribute: https://github.com/JamesIves/github-pages-deploy-action/blob/dev/CONTRIBUTING.md - - Maintained by James Ives (https://jamesiv.es)`) + + 📣 Maintained by James Ives (https://jamesiv.es)`) info('Checking configuration and starting deployment… 🚦')