Skip to content

Commit c040066

Browse files
chore: [Backport] Updated support template to redirect users to Discord or Discussions (#3392)
## Backport This PR is a backport of #3391. This PR aims to modify the template when user wants to create support related issue. The goal is to redirect those to either DIscord or Unity Discussions where user would get much more (and faster) support and by doing this we may minimize the amount of GitHub Issues we need to take care of
1 parent a6b889e commit c040066

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/support.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
name: Support
33
about: Have a question or need help with anything?
44
title: ''
5-
labels: stat:awaiting-triage, stat:reply-needed, type:support
5+
labels: stat:awaiting triage, type:support
66
assignees: ''
77

88
---
99

10-
Post your questions or problems here.
10+
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.
11+
Those forums will get you the fastest response and are the best place to ask for help.
1112

12-
For general questions, networking advice or discussions about the Netcode for GameObjects, you can also reach us on our [Discord Community](https://discord.gg/FM8SE9E) or create a post in the [Unity Multiplayer Forum](https://forum.unity.com/forums/multiplayer.26/).
13+
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.

.github/workflows/assignee-management.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
jobs:
2222
handle_assignment:
2323
name: Handle Issue Assignment Changes
24-
if: ${{ !github.event.issue.pull_request }} && ${{ github.event.issue.state == 'open' }}
24+
if: ${{ !github.event.issue.pull_request && github.event.issue.state == 'open' }}
2525
runs-on: ubuntu-latest
2626
permissions:
2727
issues: write

0 commit comments

Comments
 (0)