diff options
author | Brian Skinn <brian.skinn@gmail.com> | 2023-06-05 10:58:27 -0400 |
---|---|---|
committer | Brian Skinn <brian.skinn@gmail.com> | 2023-07-07 12:04:41 -0400 |
commit | 867c2b7668a63c7f614f65e2b797460031c8157e (patch) | |
tree | 70e9d96b5cfb36e9d575e114a453d5fbf60171c2 | |
parent | 05582f5eaa02a3299fbd1255557dd25a2b1ae494 (diff) |
Update bug_report.yml text
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b3751cce..ff4fda6c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -67,31 +67,37 @@ body: id: hardware_info attributes: label: What SSH hardware are you trying to connect to/with? + description: | + Leave this blank if you're not sure. - type: textarea id: desired_behavior attributes: - label: Please describe what you are trying to do with paramiko. + label: Expected/desired behavior description: | - Please include your code and be as detailed as possible. + Please describe what you are trying to do with paramiko. Include code snippets and be as detailed as possible. validations: required: true - type: textarea id: actual_behavior attributes: - label: Please describe what paramiko is actually doing instead. + label: Actual behavior description: | - Please be as detailed as possible. + What is paramiko doing instead? validations: required: true - type: textarea id: repro attributes: - label: If possible, please provide a minimal reproducing example of the bug. + label: How to reproduce + description: | + If possible, please provide a minimal code example that reproduces the bug. - type: textarea id: more_info attributes: label: Anything else? + description: | + Please provide any additional information that might help us find and fix the bug. |