33 lines
689 B
Markdown
33 lines
689 B
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve
|
||
|
title: ''
|
||
|
labels: Unconfirmed bug
|
||
|
assignees: ''
|
||
|
---
|
||
|
|
||
|
##### Minetest version
|
||
|
<!--
|
||
|
Paste Minetest version between quotes below.
|
||
|
If you are on a devel version, please add git commit hash.
|
||
|
You can use `minetest --version` to find it.
|
||
|
-->
|
||
|
```
|
||
|
|
||
|
```
|
||
|
|
||
|
##### OS / Hardware
|
||
|
<!-- General information about your hardware and operating system -->
|
||
|
Operating system:
|
||
|
CPU:
|
||
|
|
||
|
<!-- For graphical issues only -->
|
||
|
GPU model:
|
||
|
OpenGL version:
|
||
|
|
||
|
##### Summary
|
||
|
<!-- Describe your problem here -->
|
||
|
|
||
|
##### Steps to reproduce
|
||
|
<!-- Explain how the problem has happened, providing a minimal test (i.e. a code snippet reduced to the bone) where possible -->
|