Skip to content

Commit dc06548

Browse files
authored
docs: Add Issue templates (#142)
1 parent 645f45d commit dc06548

File tree

6 files changed

+99
-0
lines changed

6 files changed

+99
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: stat:awaiting triage, type:bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Environment (please complete the following information):**
27+
- OS: [e.g. Windows 10]
28+
- Unity Version: [e.g. 2019.1]
29+
- BossRoom Version: [e.g. v0.1.0] (If you don't know tell us where you got BossRoom from)
30+
31+
**Additional context**
32+
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.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: stat:awaiting triage, type:feature
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.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 Samples team
4+
title: ''
5+
labels: stat:awaiting triage, type:feedback
6+
assignees: ''
7+
8+
---
9+
10+
**Feedback**
11+
Enter your feedback to the MLAPI Samples team here. Please keep in mind that our teams focus is on multiplayer sample games development. For other not 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.

.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)