diff options
author | Brian Skinn <brian.skinn@gmail.com> | 2023-06-05 08:28:57 -0700 |
---|---|---|
committer | Brian Skinn <brian.skinn@gmail.com> | 2023-07-07 12:04:41 -0400 |
commit | 4c77d4055a432680c3b79c12be9327a8056fc7e2 (patch) | |
tree | 84d6ff9a0fe7669a87506d46967169786d806b3b | |
parent | 867c2b7668a63c7f614f65e2b797460031c8157e (diff) |
Re-word bug_report.yml description
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ff4fda6c..51f5573f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,6 @@ name: Bug Report -description: For when paramiko appears to be doing something wrong +description: > + For when you're confident that paramiko is doing something wrong title: "[BUG] - <title>" labels: ["Bug"] |