From c8211a573af10db763a334dd387a2e3049190e30 Mon Sep 17 00:00:00 2001 From: ashwini <36935028+ashwinimurt@users.noreply.github.com> Date: Tue, 8 Feb 2022 18:36:24 -0800 Subject: [PATCH] chore: update bug reporting process (#1671) --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ----------------------- .github/ISSUE_TEMPLATE/config.yml | 13 ++++---- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- README.md | 6 ++++ com.unity.netcode.gameobjects/README.md | 2 ++ 5 files changed, 17 insertions(+), 42 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 02fad77915..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: stat:awaiting triage, type:bug -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Actual outcome** -A clear and concise description of what 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 (please complete the following information):** - - OS: [e.g. Windows 10] - - Unity Version: [e.g. 2019.1] - - Netcode Version: [e.g. v6.0.1] - - Netcode Commit: [e.g. https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi/commit/c102935df1d7e0928283b48948fe96e5d96dd961] - -**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. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2d071a0df5..4c5af86dd3 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,14 @@ blank_issues_enabled: True contact_links: - - name: Documentation + - 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. - - name: Discord + about: Create a documentation issue in our docs repository + - name: Discord Community url: https://discord.gg/buMxnnPvTb - about: Join us on Discord for questions, support and discussions. + about: Join our Discord community for questions, support and discussions - name: Unity Multiplayer Forum url: https://forum.unity.com/forums/multiplayer.26/ - about: Create a thread in the Unity Multiplayer Forum. \ No newline at end of file + about: Create a thread in the Unity Multiplayer Forum \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index dd7afa2b92..b60aea003a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,5 @@ --- -name: Feature request +name: Feature Request about: Suggest an idea for this project title: '' labels: stat:awaiting triage, type:feature diff --git a/README.md b/README.md index 5b25af1f14..257434c329 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +**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) [![Website](https://img.shields.io/badge/docs-website-informational.svg)](https://docs-multiplayer.unity3d.com/) [![Api](https://img.shields.io/badge/docs-api-informational.svg)](https://docs-multiplayer.unity3d.com/docs/api/introduction) diff --git a/com.unity.netcode.gameobjects/README.md b/com.unity.netcode.gameobjects/README.md index 91b440f23b..6ce78169cc 100644 --- a/com.unity.netcode.gameobjects/README.md +++ b/com.unity.netcode.gameobjects/README.md @@ -1,3 +1,5 @@ +# 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) [![Website](https://img.shields.io/badge/docs-website-informational.svg)](https://docs-multiplayer.unity3d.com/) [![Api](https://img.shields.io/badge/docs-api-informational.svg)](https://docs-multiplayer.unity3d.com/docs/mlapi-api/introduction)