From dcf220887f0817703045276abac269df1744e624 Mon Sep 17 00:00:00 2001 From: michalChrobot Date: Tue, 3 Jun 2025 21:17:15 +0200 Subject: [PATCH 1/3] Updated config --- .github/ISSUE_TEMPLATE/config.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 463438eb0e..a43d1afdcf 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -blank_issues_enabled: True +blank_issues_enabled: False contact_links: - name: Documentation Issues url: https://github.com/Unity-Technologies/com.unity.multiplayer.docs/issues @@ -8,4 +8,10 @@ contact_links: 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 + - name: Support + url: https://discussions.unity.com/tag/netcode-for-gameobjects + about: Creating a thread in discussions is usually the fastest way to get help from Unity stuff or other experienced users + - name: Feedback + url: https://discussions.unity.com/tag/netcode-for-gameobjects + about: We are always looking for feedback on our products, so please let us know what you think \ No newline at end of file From 9ea5929b1398bec06c89aad6febd8dab231929bc Mon Sep 17 00:00:00 2001 From: michalChrobot Date: Tue, 3 Jun 2025 21:17:40 +0200 Subject: [PATCH 2/3] Removed templates --- .github/ISSUE_TEMPLATE/feedback.md | 14 -------------- .github/ISSUE_TEMPLATE/other-issues.md | 10 ---------- .github/ISSUE_TEMPLATE/support.md | 13 ------------- 3 files changed, 37 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feedback.md delete mode 100644 .github/ISSUE_TEMPLATE/other-issues.md delete mode 100644 .github/ISSUE_TEMPLATE/support.md diff --git a/.github/ISSUE_TEMPLATE/feedback.md b/.github/ISSUE_TEMPLATE/feedback.md deleted file mode 100644 index 30aad2a683..0000000000 --- a/.github/ISSUE_TEMPLATE/feedback.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Feedback -about: Provide feedback to the Netcode for GameObjects team -title: '' -labels: stat:awaiting triage, type:feedback -assignees: '' - ---- - -**Feedback** -Enter your feedback to the Netcode for GameObjects team here. Please keep in mind that our teams focus is on multiplayer development. For other non-networking related feedback towards Unity please use the Forums. - -**Suggested Changes** -If you think we could do something better, please let us know here what you would like us to change. Concrete and constructive suggestions are welcome and will help us to prioritize and act on feedback. diff --git a/.github/ISSUE_TEMPLATE/other-issues.md b/.github/ISSUE_TEMPLATE/other-issues.md deleted file mode 100644 index 72ca8eeecf..0000000000 --- a/.github/ISSUE_TEMPLATE/other-issues.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Other Issues -about: Use this template for any other non-support related issues -title: '' -labels: stat:awaiting triage -assignees: '' - ---- - -This template is for issues not covered by the other issue categories. diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md deleted file mode 100644 index 2383875723..0000000000 --- a/.github/ISSUE_TEMPLATE/support.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Support -about: Have a question or need help with anything? -title: '' -labels: stat:awaiting triage, type:support -assignees: '' - ---- - -For support related questions we HIGHLY recommend to post a message either on the [Unity Discussions](https://discussions.unity.com/tag/netcode-for-gameobjects) or on our [Discord Community](https://discord.gg/TqNeJTtC) where you can get help from the community and the developers. -Those forums will get you the fastest response and are the best place to ask for help. - -If you still feel like you want to open a support issue as an GitHub Issue, please make sure to include as much information as possible (also including any relevant code/project) to help us understand your problem. \ No newline at end of file From 2d366d6e5ebc8b328f3584425eabdc1e530374f9 Mon Sep 17 00:00:00 2001 From: michalChrobot Date: Tue, 3 Jun 2025 21:17:58 +0200 Subject: [PATCH 3/3] Modified bug report template to include network topologies --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 19f05fa213..2949def0ec 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -36,6 +36,7 @@ If applicable, add screenshots to help explain your problem. - 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] +- Netcode Topology: [e.g. Client-Server, Distributed Authority, etc.] ### Additional Context