-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github: added issue templates for bug reports
- Loading branch information
1 parent
661befa
commit 6323a34
Showing
2 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: "[EN] Bug/crash report" | ||
about: Game crashes/hangs or something works not as intended. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
If needed, attach ZIP archive with map and all needed resources for reproducing this bug. | ||
Also, describe steps to reproduce the behavior. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen, unless it's obvious without any additional explanation. | ||
|
||
**Software information** | ||
- PrimeXT version: [could be seen in console or log-file] | ||
- Xash3D FWGS version: [could be displayed with `host_ver` console command] | ||
- OS: [e.g. Windows, Linux] | ||
|
||
**Additional context** | ||
Add any other context about the problem here, if it's not self-explanatory. | ||
|
||
Also, make sure to provide all needed information, otherwise issue will me marked as not completed and will be ignored until all required information will be provided. | ||
|
||
Anyway, if you have a questions - don't hesitate to ask it in the issue. |
34 changes: 34 additions & 0 deletions
34
.github/ISSUE_TEMPLATE/-ru--репорт-о-баге-или-зависании-вылете.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: "[RU] Репорт о баге или зависании/вылете" | ||
about: Игра вылетает/зависает, либо же что-то работает не так, как подразумевалось. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Описание бага** | ||
Четкое, понятное и в достаточной мере детальное описание бага. | ||
|
||
**Описание последовательности действий, чтобы воспроизвести баг** | ||
Если требуется, для воспроизведения бага нужно приложить ZIP-архив с картой и всем сопутствующим контентом, который требуется для воспроизведения проблемы. | ||
|
||
Желательно, карта должна называться `issueX.bsp`, где X - номер текущей issue. Понятное дело, что это получится сделать только постфактум уже после создания issue. | ||
|
||
**Ожидаемое поведение** | ||
Описание того, как программа должна себя вести, в случае если бы текущий баг отсутствовал. | ||
|
||
**Скриншоты или видео** | ||
Если есть возможность, нужно приложить скриншоты и/или видеоролики, которые могли бы помочь описать проблему. | ||
|
||
**Информация о софте** | ||
- Версия PrimeXT: [можно увидеть в консоли или файле с логами] | ||
- Версия Xash3D FWGS: [можно вывести при помощи консольной команды `host_ver`] | ||
- Операционная система [e.g. Windows, Linux, etc.] | ||
|
||
**Дополнительная информация** | ||
Если требуется, в этом разделе можно привести дополнительные сведения о проблеме. | ||
|
||
Также обязательно предоставьте всю необходимую информацию, в противном случае issue будет отмечена как незавершённая и будет игнорироваться до тех пор, пока не будет предоставлена вся необходимая информация. | ||
|
||
В любом случае, если у вас есть вопросы - не стесняйтесь задавать их внутри самой issue. |