From 386df3102e5bad465f154205b978b9cbf95d560e Mon Sep 17 00:00:00 2001 From: Brian Skinn Date: Tue, 6 Jun 2023 11:24:40 -0400 Subject: Fix blank issue description --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 48cce69e..90e98d66 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,4 +2,4 @@ blank_issues_enabled: true contact_links: - name: "Blank issue template" url: https://github.com/paramiko/paramiko/issues/new - about: "A last resort, if none of the other issue types fits" \ No newline at end of file + about: "Use this as a last resort, if none of the other issue types fit." \ No newline at end of file -- cgit v1.2.3