Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format bug report template comments as such #37963

Merged
merged 1 commit into from
Feb 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@ about: Create a report to help us improve

# Describe the bug

A clear and concise description of what the bug is.
<!-- A clear and concise description of what the bug is. -->


# Steps To Reproduce

Steps to reproduce the behavior:
<!-- Steps to reproduce the behavior:
1. Make a player with a gun, magazine, and some ammo.
2. Try to aim at a wall.
3. There's no way to increase aim level.
3. There's no way to increase aim level. -->


# Expected behavior

A clear and concise description of what you expected to happen.
Ideally also describe *why* you expect it to happen.
<!-- A clear and concise description of what you expected to happen.
Ideally also describe *why* you expect it to happen. -->


# Screenshots

**If applicable**, add screenshots to help explain your problem.
<!-- **If applicable**, add screenshots to help explain your problem.

<!-- Do not take a screenshot of the crashing window. Please provide the crash logs in the "Additional context" -->
Do not take a screenshot of the crashing window. Please provide the crash logs in the "Additional context" -->

# Versions and configuration

Expand All @@ -44,9 +44,9 @@ Ideally also describe *why* you expect it to happen.

# Additional context

Add any other context about the problem here.
<!-- Add any other context about the problem here.

<!-- Crash: if your problem refers to a crash, please add the following files to the "Additional Context" paragraph:
Crash: if your problem refers to a crash, please add the following files to the "Additional Context" paragraph:
- From the /config folder (you can zip them both together):
- crash.log file.
- debug.log file.
Expand Down