mirror of https://github.com/v2ray/v2ray-core
parent
7dd17dcc29
commit
125c7d35df
@ -0,0 +1,24 @@
|
||||
---
|
||||
name: Crash report
|
||||
about: "Create a report for panics"
|
||||
---
|
||||
|
||||
Please read the [instruction](https://github.com/v2ray/v2ray-core/blob/master/.github/SUPPORT.md) and answer the following questions before submitting your issue. Thank you.
|
||||
Please answer all the questions with enough information. All issues not following this template will be closed immediately.
|
||||
If you are not sure if your question is truely a bug in V2Ray, please discuss it [here](https://github.com/v2ray/discussion/issues) first.
|
||||
|
||||
1) What version of V2Ray are you using (If you deploy different version on server and client, please explicitly point out)?
|
||||
|
||||
2) What's your scenario of using V2Ray? E.g., Watching YouTube videos in Chrome via Socks/VMess proxy.
|
||||
|
||||
3) Please attach full panic log.
|
||||
|
||||
You may get panic log using command `journalctl -u v2ray` if your system is Linux (systemd).
|
||||
|
||||
5) Please attach your configuration file (**Mask IP addresses before submit this issue**).
|
||||
|
||||
```javascript
|
||||
// Please attach your configuration here.
|
||||
```
|
||||
|
||||
Please review your issue before submitting.
|
@ -0,0 +1,8 @@
|
||||
---
|
||||
name: Other
|
||||
about: "Please use [v2ray/discussion](https://github.com/v2ray/discussion/issues) for general discussions."
|
||||
---
|
||||
|
||||
If you are not sure if your question is truely a bug in V2Ray, please discuss it [here](https://github.com/v2ray/discussion/issues) first.
|
||||
|
||||
This issue will be closed immediately.
|
Loading…
Reference in new issue