summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBrian Skinn <brian.skinn@gmail.com>2023-06-06 11:25:09 -0400
committerBrian Skinn <brian.skinn@gmail.com>2023-07-07 12:04:41 -0400
commit3369b94741a8cd02fb49a455233d29940281b718 (patch)
treefafaa7b7adc2daaa0cdd6e6423122fe675adb512
parent386df3102e5bad465f154205b978b9cbf95d560e (diff)
Title-case blank issue type name
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 90e98d66..717686ad 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- - name: "Blank issue template"
+ - name: "Blank Issue Template"
url: https://github.com/paramiko/paramiko/issues/new
about: "Use this as a last resort, if none of the other issue types fit." \ No newline at end of file