mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
39 lines
754 B
Markdown
39 lines
754 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report of the bug you've encountered
|
|
title: "[BUG] - ISSUE_TITLE"
|
|
labels: bug
|
|
assignees: veeso
|
|
|
|
---
|
|
|
|
## Description
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
## Steps to reproduce
|
|
|
|
Steps to reproduce the bug you encountered
|
|
|
|
## Expected behaviour
|
|
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
## Environment
|
|
|
|
- OS: [e.g. GNU/Linux Debian 10]
|
|
- Architecture [Arm, x86_64, ...]
|
|
- Rust version
|
|
- termscp version
|
|
- Protocol used
|
|
- Remote server version and name
|
|
|
|
## Log
|
|
|
|
Report the snippet of the log file containing the unexpected behaviour.
|
|
If there is any information you consider to be confidential, shadow it.
|
|
|
|
## Additional information
|
|
|
|
Add any other context about the problem here.
|