From 08f09c06453109e07e1348bdfc200844c8b31169 Mon Sep 17 00:00:00 2001 From: Frank Ray <52075808+FrankRay78@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:13:57 +0000 Subject: [PATCH] Removed the italicised 'Please upvote' footer For better readability when looking at the issue description (eyes don't get caught on the italics when scanning). --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/pull_request_template.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d81d95682..224a1d312 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -28,4 +28,4 @@ If applicable, add screenshots to help explain your problem. Add any other context about the problem here. --- -_Please upvote :+1: this issue if you are interested in it._ \ No newline at end of file +Please upvote :+1: this issue if you are interested in it. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 0f89d03c8..dd40949e9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -20,4 +20,4 @@ A clear and concise description of any alternative solutions or features you've Add any other context or screenshots about the feature request here. --- -_Please upvote :+1: this issue if you are interested in it._ \ No newline at end of file +Please upvote :+1: this issue if you are interested in it. \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 00c9c2305..8604355d6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,4 +19,4 @@ fixes # --- -_Please upvote :+1: this pull request if you are interested in it._ \ No newline at end of file +Please upvote :+1: this pull request if you are interested in it. \ No newline at end of file