Skip to content

Commit

Permalink
chore: removing added gitignore & PR template, updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando-cortez committed Oct 2, 2023
1 parent bcb62ec commit 30d256a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 127 deletions.
73 changes: 20 additions & 53 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,53 +1,20 @@
<!-- DO NOT REMOVE BEGIN -->
[style guide]: https://unity-docs.gitbook.io/style-guide/
[release note guide lines]: https://unity-docs.gitbook.io/style-guide/style/release-notes
[coding conventions]: https://github.cds.internal.unity3d.com/unity/unity-meta/blob/stable/ReferenceSource/CSharp/Assets/CSharpReference.cs
<!-- DO NOT REMOVE END -->

### Proposed change(s)

- Describe the changes made in this PR.

### Platform and Editor version used to develop and test this PR
- e.g. Windows, 2019.4.11f1

### Related links
- Trello/JIRA/Airtable/FogBugz

### Affected sample(s)

- [ ] 2DSpaceShooter
- [ ] Invaders
- [ ] Client Driven
- [ ] API Diorama
- [ ] N/A (please describe)

### Types of change(s)

- [ ] Bug fix
- [ ] New feature
- [ ] Code refactor
- [ ] UI/UX (see [style guide] and add a technical artist as a reviewer for relevant changes)
- [ ] Breaking change
- [ ] Documentation update (see [style guide])
- [ ] Other (please describe)

### Checklist
- [ ] Release notes have been added to the [project changelog](../CHANGELOG.md) file
- [ ] Unit tests pass locally
- [ ] Added tests, if feasible, that prove my fix is effective or that my feature works
- [ ] No warnings in the Console
- [ ] Documented (///) **public APIs** (public/protected functionality of public/protected classes), if applicable
- [ ] Updated the sample documentation, if applicable (see [style guide])
- [ ] UI & Style sheet changes: both Dark and Light styles/themes updated/tested
- Remember to familiarize yourself with the [coding conventions]

### How to test/validate

1. this
2. that

### Other comments

- Anything else? Remarks, known issues, future work, etc.

### Description
<!---
Please provide a description of the changes proposed in the pull request.
Make sure your commit messages have meaningful information.
To help us link commits and PRs to JIRA work items, please include the JIRA ticket ID in the PR title or at least of your commit messages.
-->

### Issue Number(s)
<!---
Provide a list of fixed issues from Jira (MTT-ticketnumber) or GitHub (#issuenumber).
This helps us understand the reasoning behind this change, what it fixes, feature being added, etc.
-->

### Contribution checklist
- [ ] Tests have been added for the project and/or any internal package
- [ ] Release notes have been added to the [project changelog](../CHANGELOG.md) file
- [ ] Pull request has a meaningful description of its purpose
- [ ] All commits are accompanied by meaningful commit messages
- [ ] JIRA ticket ID is in the PR title or at least one commit message
- [ ] Include the ticket ID number within the body message of the PR to create a hyperlink
72 changes: 0 additions & 72 deletions Experimental/MultiplayerUseCases/.gitignore

This file was deleted.

3 changes: 1 addition & 2 deletions Experimental/MultiplayerUseCases/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Multiplayer Use Cases

[![UnityVersion](https://img.shields.io/badge/Unity%20Version:-2022.3%20LTS-57b9d3.svg?logo=unity&color=2196F3)](https://unity.com/releases/editor/whats-new/2022.3.0)
[![NetcodeVersion](https://img.shields.io/badge/Netcode%20Version:-1.4.0-57b9d3.svg?logo=unity&color=2196F3)](https://docs-multiplayer.unity3d.com/netcode/current/about)
[![LatestRelease](https://img.shields.io/badge/Latest%20%20Github%20Release:-v1.3.0-57b9d3.svg?logo=github&color=brightgreen)](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.bitesize/releases/tag/v1.3.0)
[![NetcodeVersion](https://img.shields.io/badge/Netcode%20Version:-1.6.0-57b9d3.svg?logo=unity&color=2196F3)](https://docs-multiplayer.unity3d.com/netcode/current/about)
<br><br>

This sample provides a series of scenes. Each scene explains a specific API or system commonly used in Netcode for GameObjects. In this sample you will learn more about client-server communication, state synchronization, and other typical mechanics of multiplayer games.
Expand Down

0 comments on commit 30d256a

Please sign in to comment.