v/.github/ISSUE_TEMPLATE/bug_report.md

26 lines
640 B
Markdown
Raw Normal View History

2019-06-24 20:52:49 +02:00
---
name: Bug report
about: Bug report
title: ''
2020-04-02 18:29:39 +02:00
labels: 'Bug'
2019-06-24 20:52:49 +02:00
assignees: ''
# When updating, make sure to update the template in 'cmd/tools/vbug.v' too
2019-06-24 20:52:49 +02:00
---
<!-- 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 relevant modules using `v outdated` and `v install` -->
<!-- You can use `v doctor` to fill up the next fields -->
2019-06-24 21:22:05 +02:00
**V version:**
**OS:**
2019-06-24 20:52:49 +02:00
<!-- Please include the standalone minimal reproducible code.
If not, it may be closed by the administrators. -->
2019-06-24 20:52:49 +02:00
**What did you do?**
2019-06-24 21:22:05 +02:00
2019-06-24 20:52:49 +02:00
**What did you expect to see?**
2019-06-24 21:22:05 +02:00
2019-06-24 20:52:49 +02:00
**What did you see instead?**