diff options
| author | untodesu <kirill@untode.su> | 2025-12-26 13:18:02 +0300 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-12-26 13:18:02 +0300 |
| commit | 8ef44434d4c16294597991e9aa28e9dbc4261a6f (patch) | |
| tree | 1d1c50510057e4bf601d6172de0f55bfe4d05846 /.github/ISSUE_TEMPLATE/bug_report.md | |
| parent | e639134d2b5e648ae02a7c1befe6e5e8bb7328db (diff) | |
| download | voxelius-8ef44434d4c16294597991e9aa28e9dbc4261a6f.tar.bz2 voxelius-8ef44434d4c16294597991e9aa28e9dbc4261a6f.zip | |
Update issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..3274bd4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**System (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. |
