Skip to content

Commit 328dd16

Browse files
authored
docs: Update issue templates (#532)
* docs: Update issue templates - Updated labels of Feedback templates - Added Other Issues, Support, Feedback and RFC Tracking Issue templates * docs: Add issue template config
1 parent 0afe253 commit 328dd16

File tree

7 files changed

+60
-3
lines changed

7 files changed

+60
-3
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: bug
5+
labels: stat:awaiting triage, type:bug
66
assignees: ''
77

88
---
@@ -27,7 +27,7 @@ If applicable, add screenshots to help explain your problem.
2727
- OS: [e.g. Windows 10]
2828
- Unity Version: [e.g. 2019.1]
2929
- MLAPI Version: [e.g. v6.0.1]
30-
- MLAPI Commit: [e.g. https://github.com/MidLevel/MLAPI/commit/c102935df1d7e0928283b48948fe96e5d96dd961]
30+
- MLAPI Commit: [e.g. https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi/commit/c102935df1d7e0928283b48948fe96e5d96dd961]
3131

3232
**Additional context**
3333
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: True
2+
contact_links:
3+
- name: Documentation
4+
url: https://github.com/Unity-Technologies/com.unity.multiplayer.docs/issues
5+
about: Create a documentation issue in our docs repository.
6+
- name: Discord
7+
url: https://discord.gg/buMxnnPvTb
8+
about: Join us on Discord for questions, support and discussions.
9+
- name: Unity Multiplayer Forum
10+
url: https://forum.unity.com/forums/multiplayer.26/
11+
about: Create a thread in the Unity Multiplayer Forum.

.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: enhancement
5+
labels: stat:awaiting triage, type:feature
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/feedback.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feedback
3+
about: Provide feedback to the MLAPI team
4+
title: ''
5+
labels: stat:awaiting triage, type:feedback
6+
assignees: ''
7+
8+
---
9+
10+
**Feedback**
11+
Enter your feedback to the MLAPI 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.
12+
13+
**Suggested Changes**
14+
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.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Other Issues
3+
about: Use this template for any other non-support related issues
4+
title: ''
5+
labels: stat:awaiting triage
6+
assignees: ''
7+
8+
---
9+
10+
This template is for issues not covered by the other issue categories.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: RFC Tracking Issue
3+
about: Track the development of a RFC
4+
title: 'Track RFC #<pr-number>: <description>'
5+
labels: type:rfc
6+
assignees: ''
7+
8+
---
9+
10+
Tracking issue for [RFC #<pr-number>: <description>](https://github.com/Unity-Technologies/com.unity.multiplayer.rfcs/pull/<pr-number>)

.github/ISSUE_TEMPLATE/support.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Support
3+
about: Have a question or need help with anything?
4+
title: ''
5+
labels: stat:awaiting triage, type:support
6+
assignees: ''
7+
8+
---
9+
10+
Post your questions or problems here.
11+
12+
For general questions, networking advice or discussions about MLAPI, 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/).

0 commit comments

Comments
 (0)