Skip to content

Commit 05c093e

Browse files
Merge branch 'develop' into fixing-disabled-tests-round1
2 parents 08d17a7 + daed839 commit 05c093e

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: stat:awaiting triage, type:bug
5+
labels: stat:awaiting-triage, stat:reply-needed, type:bug
66
assignees: ''
77

88
---
@@ -39,4 +39,4 @@ If applicable, add screenshots to help explain your problem.
3939

4040
### Additional Context
4141

42-
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.
42+
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.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature Request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: stat:awaiting triage, type:feature
5+
labels: stat:awaiting-triage, stat:reply-needed, type:feature
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/feedback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feedback
33
about: Provide feedback to the Netcode for GameObjects team
44
title: ''
5-
labels: stat:awaiting triage, type:feedback
5+
labels: stat:awaiting-triage, stat:reply-needed, type:feedback
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/other-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Other Issues
33
about: Use this template for any other non-support related issues
44
title: ''
5-
labels: stat:awaiting triage
5+
labels: stat:awaiting-triage, stat:reply-needed
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/rfc-tracking-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: RFC Tracking Issue
33
about: Track the development of a RFC
44
title: 'Track RFC #<pr-number>: <description>'
5-
labels: type:rfc
5+
labels: stat:awaiting-triage, stat:reply-needed
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/support.md

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

88
---

com.unity.netcode.gameobjects/Documentation~/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See guides below to install Unity Netcode for GameObjects, set up your project,
99
- [Documentation](https://docs-multiplayer.unity3d.com/netcode/current/about)
1010
- [Installation](https://docs-multiplayer.unity3d.com/netcode/current/installation)
1111
- [First Steps](https://docs-multiplayer.unity3d.com/netcode/current/tutorials/get-started-ngo)
12-
- [API Reference](https://docs.unity3d.com/Packages/com.unity.netcode.gameobjects@1.6/api/index.html)
12+
- [API Reference](https://docs.unity3d.com/Packages/com.unity.netcode.gameobjects@1.12/api/index.html)
1313

1414
# Technical details
1515

0 commit comments

Comments
 (0)