chore: add bug template [skip ci] (#1858)

Co-authored-by: Fatih Mar <mfatihmar@gmail.com>
This commit is contained in:
ashwini 2022-04-04 10:54:51 -07:00 коммит произвёл GitHub
Родитель fa9d460346
Коммит db94033131
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 42 добавлений и 7 удалений

42
.github/ISSUE_TEMPLATE/bug_report.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,42 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: stat:awaiting triage, type:bug
assignees: ''
---
### Description
A clear and concise description of what the bug is.
### Reproduce Steps
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
### Actual Outcome
A clear and concise description of what happened and broke.
### Expected Outcome
A clear and concise description of what you expected to happen.
### Screenshots
If applicable, add screenshots to help explain your problem.
### Environment
- OS: [e.g. macOS Monterey]
- Unity Version: [e.g. 2020.3]
- Netcode Version: [e.g. 1.0.0-pre.6]
- Netcode Commit: [e.g. https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/commit/ba418fa5b600ad9eb61fab0575f12fbecc2c6520]
### Additional Context
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.

3
.github/ISSUE_TEMPLATE/config.yml поставляемый
Просмотреть файл

@ -1,8 +1,5 @@
blank_issues_enabled: True
contact_links:
- name: How to Report Bugs
url: https://unity3d.com/unity/qa/bug-reporting
about: Learn how to report a bug using Unity Bug Reporter
- name: Documentation Issues
url: https://github.com/Unity-Technologies/com.unity.multiplayer.docs/issues
about: Create a documentation issue in our docs repository

Просмотреть файл

@ -1,7 +1,3 @@
**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.**
---
# Netcode for GameObjects
[![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)