1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tools: add a v bug file.v tool to automatically report bugs on GitHub (#9746)

This commit is contained in:
Enzo
2021-04-19 20:40:54 +02:00
committed by GitHub
parent d4f31412b7
commit c174bfa52f
6 changed files with 225 additions and 20 deletions

View File

@@ -4,7 +4,7 @@ about: Bug report
title: ''
labels: 'Bug'
assignees: ''
# When updating, make sure to update the template in 'cmd/tools/vbug.v' too
---
<!-- Please make sure to run `v up` before reporting any issues as it may have already been fixed.