summaryrefslogtreecommitdiffhomepage
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml26
1 files changed, 21 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 51f5573f..d4310f4f 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,10 +1,17 @@
name: Bug Report
-description: >
- For when you're confident that paramiko is doing something wrong
+description: |
+ Use this template when paramiko appears to be doing something wrong.
+
+ --
title: "[BUG] - <title>"
labels: ["Bug"]
body:
+ - type: markdown
+ attributes:
+ value: |
+ Thanks for taking the time to file a bug report!
+
- type: dropdown
id: usage_posture
attributes:
@@ -20,7 +27,7 @@ body:
- type: dropdown
id: features
attributes:
- label: What features aren't working right?
+ label: What feature(s) aren't working right?
description: Select as many as are relevant
multiple: true
options:
@@ -65,11 +72,20 @@ body:
required: true
- type: input
- id: hardware_info
+ id: server_info
attributes:
- label: What SSH hardware are you trying to connect to/with?
+ label: If you're connecting as a client, which SSH server are you connecting to?
description: |
Leave this blank if you're not sure.
+ placeholder: |
+ Example: OpenSSH x.y; or Teleport vNN
+
+ - type: input
+ id: integrated_tool
+ attributes:
+ label: If you're using paramiko as part of another tool, which tool/version?
+ placeholder: |
+ Examples: Fabric, Ansible, sftputil
- type: textarea
id: desired_behavior