1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 03:09:06 +03:00

Delete ISSUE_TEMPLATE.md

This commit is contained in:
Wez Furlong 2019-12-27 20:36:58 -08:00 committed by GitHub
parent 8adf7fbbbe
commit 9a85109c4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,46 +0,0 @@
Please include as much information as possible that can help to reproduce and understand the issue;
some pointers and suggestions are included here in this template. You are empowered to include
more or less information than is asked for here!
## Is it a build problem?
Please include the output from these commands in this issue:
```
rustup show
cargo build --release
```
## Did something not work the way you expected?
If you can reproduce the issue please use the `wt-record` script to run `wezterm` and
record a transcript and include that in your issue. This requires the `script` utility
to be installed on your system.
In the example below a file named `20180225161026.tgz` is produced. Please attach that
file to this issue, or if it contains private or sensitive issue that you don't want the
public to see on GitHub, please find some other way to get that file to a project
contributor (perhaps Dropbox or email?).
```
$ ./wt-record
Transcript recorded in 20180225161026.tgz
```
You can use `wt-replay 20180225161026.tgz` to replay that file.
`wt-record` can only record the terminal output; it cannot record the input events going
in to the terminal, so if you are having an issue with input, please be sure to describe
it below!
### What did you try?
*Replace me with some context on what you were doing when you encountered the issue.*
### What did you expect to happen?
*Replace me with a description of your expectations.*
### What actually happened?
*Replace me with a description of what happened and how that differed from your expectations.*