Skip to content

Commit db94033

Browse files
ashwinimurt0xFA11
andauthored
chore: add bug template [skip ci] (#1858)
Co-authored-by: Fatih Mar <[email protected]>
1 parent fa9d460 commit db94033

File tree

3 files changed

+42
-7
lines changed

3 files changed

+42
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: stat:awaiting triage, type:bug
6+
assignees: ''
7+
8+
---
9+
10+
### Description
11+
12+
A clear and concise description of what the bug is.
13+
14+
### Reproduce Steps
15+
16+
1. Go to '...'
17+
2. Click on '....'
18+
3. Scroll down to '....'
19+
4. See error
20+
21+
### Actual Outcome
22+
23+
A clear and concise description of what happened and broke.
24+
25+
### Expected Outcome
26+
27+
A clear and concise description of what you expected to happen.
28+
29+
### Screenshots
30+
31+
If applicable, add screenshots to help explain your problem.
32+
33+
### Environment
34+
35+
- OS: [e.g. macOS Monterey]
36+
- Unity Version: [e.g. 2020.3]
37+
- Netcode Version: [e.g. 1.0.0-pre.6]
38+
- Netcode Commit: [e.g. https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/commit/ba418fa5b600ad9eb61fab0575f12fbecc2c6520]
39+
40+
### Additional Context
41+
42+
Add any other context about the problem here. Logs, code snippets would be useful here but please also consider attaching a minimal Unity project that reproduces the issue.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
blank_issues_enabled: True
22
contact_links:
3-
- name: How to Report Bugs
4-
url: https://unity3d.com/unity/qa/bug-reporting
5-
about: Learn how to report a bug using Unity Bug Reporter
63
- name: Documentation Issues
74
url: https://github.com/Unity-Technologies/com.unity.multiplayer.docs/issues
85
about: Create a documentation issue in our docs repository

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
**For bug reports, please follow the standard [Unity Bug Reporting](https://unity3d.com/unity/qa/bug-reporting) process. We no longer accept bug reports via GitHub Issues.**
2-
3-
---
4-
51
# Netcode for GameObjects
62

73
[![Forums](https://img.shields.io/badge/unity--forums-multiplayer-blue)](https://forum.unity.com/forums/multiplayer.26/) [![Discord](https://img.shields.io/discord/449263083769036810.svg?label=discord&logo=discord&color=informational)](https://discord.gg/FM8SE9E)

0 commit comments

Comments
 (0)