diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md index 65cdca0654..2383875723 100644 --- a/.github/ISSUE_TEMPLATE/support.md +++ b/.github/ISSUE_TEMPLATE/support.md @@ -2,11 +2,12 @@ name: Support about: Have a question or need help with anything? title: '' -labels: stat:awaiting-triage, stat:reply-needed, type:support +labels: stat:awaiting triage, type:support assignees: '' --- -Post your questions or problems here. +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. -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/). +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 diff --git a/.github/workflows/assignee-management.yaml b/.github/workflows/assignee-management.yaml index 9c65e3338a..b330a01191 100644 --- a/.github/workflows/assignee-management.yaml +++ b/.github/workflows/assignee-management.yaml @@ -21,7 +21,7 @@ env: jobs: handle_assignment: name: Handle Issue Assignment Changes - if: ${{ !github.event.issue.pull_request }} && ${{ github.event.issue.state == 'open' }} + if: ${{ !github.event.issue.pull_request && github.event.issue.state == 'open' }} runs-on: ubuntu-latest permissions: issues: write