|
|
@@ -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.
|