diff options
| author | untodesu <kirill@untode.su> | 2025-12-26 15:31:13 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-12-26 15:31:13 +0500 |
| commit | e73282ec5c8fd2b04cdae5c2641e7bc622ccce1f (patch) | |
| tree | cce721e9397b9b0fe61171378ee10e83635e3d99 /.github | |
| parent | 71dafa868e4e4aee6511fb6fad632bb4d3511611 (diff) | |
| download | voxelius-e73282ec5c8fd2b04cdae5c2641e7bc622ccce1f.tar.bz2 voxelius-e73282ec5c8fd2b04cdae5c2641e7bc622ccce1f.zip | |
Update issue templates
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 36 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 18 |
2 files changed, 26 insertions, 28 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3274bd4..44c43a3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,29 +4,27 @@ 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. +### Description +<!-- A clear and concise description of what happened --> -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +### Steps to reproduce +<!-- Clear algorithmic step-by-step description of how does it happen --> +<!-- 1. Go to X --> +<!-- 2. Click on Y --> +<!-- 3. Observe the error --> -**Expected behavior** -A clear and concise description of what you expected to happen. +### Expected behaviour +<!-- A clear and concise description of what you expected to happen --> -**Screenshots** -If applicable, add screenshots to help explain your problem. +### Screenshots (optional) +<!-- 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] +### Environment +- Binary source: release +- Operating system: +- Game version: -**Additional context** -Add any other context about the problem here. +### Additional context +<!-- Add any other context about the problem here --> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 11fc491..19d746b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,17 +4,17 @@ about: Suggest an idea for this project title: '' labels: enhancement assignees: '' - --- -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +### Description +<!-- A clear and concise description of what the problem is --> +<!-- Example: I'm always frustrated when X, Y and Z --> -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +### Proposed solution +<!-- A clear and concise description of what you want to happen --> -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +### Alternative solutions +<!-- A clear and concise description of any alternative solutions or features you've considered, if you have --> -**Additional context** -Add any other context or screenshots about the feature request here. +### Additional context +<!-- Add any other context or screenshots about the feature request here --> |
