doctor: suggest `v doctor` in issue templates and C builder errors
parent
744f685973
commit
a9ef7d173f
|
@ -7,12 +7,12 @@ assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- You can use `v doctor` to fill up the next fields -->
|
||||||
|
|
||||||
#### V version:
|
#### V version:
|
||||||
|
|
||||||
|
|
||||||
#### OS:
|
#### OS:
|
||||||
|
|
||||||
|
|
||||||
#### C Compiler:
|
#### C Compiler:
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,7 @@ assignees: ''
|
||||||
<!-- Please make sure to run `v up` before reporting any issues as it may have already been fixed.
|
<!-- Please make sure to run `v up` before reporting any issues as it may have already been fixed.
|
||||||
It's also advisable to update all relvant modules using `v outdated` and `v install` -->
|
It's also advisable to update all relvant modules using `v outdated` and `v install` -->
|
||||||
|
|
||||||
|
<!-- You can use `v doctor` to fill up the next fields -->
|
||||||
**V version:**
|
**V version:**
|
||||||
**OS:**
|
**OS:**
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,9 @@ If you think you have one installed, make sure it is in your PATH.
|
||||||
If you do have one in your PATH, please raise an issue on GitHub:
|
If you do have one in your PATH, please raise an issue on GitHub:
|
||||||
https://github.com/vlang/v/issues/new/choose
|
https://github.com/vlang/v/issues/new/choose
|
||||||
|
|
||||||
You can also use #help on Discord: https://discord.gg/vlang
|
You can also use `v doctor`, to see what V knows about your current environment.
|
||||||
|
|
||||||
|
You can also seek #help on Discord: https://discord.gg/vlang
|
||||||
'
|
'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue