From a9ef7d173f1a5f3db9c896e2b48f67766c084db8 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 21 Sep 2020 18:29:52 +0300 Subject: [PATCH] doctor: suggest `v doctor` in issue templates and C builder errors --- .github/ISSUE_TEMPLATE/bug-report-for-v.md | 4 ++-- .github/ISSUE_TEMPLATE/bug_report.md | 1 + vlib/v/builder/cc.v | 4 +++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report-for-v.md b/.github/ISSUE_TEMPLATE/bug-report-for-v.md index 54e28166f..c71ba2042 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: + +#### V version: #### OS: - #### C Compiler: diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3c27e7715..74a692351 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 fe6bb878b..c52c54613 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 ' ) -- 2.30.2