diff --git a/.github/ISSUE_TEMPLATE/bug-report-for-v.md b/.github/ISSUE_TEMPLATE/bug-report-for-v.md index 54e28166fc..c71ba20421 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-for-v.md +++ b/.github/ISSUE_TEMPLATE/bug-report-for-v.md @@ -7,12 +7,12 @@ assignees: '' --- + + #### V version: - #### OS: - #### C Compiler: diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3c27e7715d..74a6923519 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,6 +10,7 @@ assignees: '' + **V version:** **OS:** diff --git a/vlib/v/builder/cc.v b/vlib/v/builder/cc.v index fe6bb878bf..c52c546135 100644 --- a/vlib/v/builder/cc.v +++ b/vlib/v/builder/cc.v @@ -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: 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 ' )