-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/aevitas/unity-patch
- Loading branch information
Showing
4 changed files
with
75 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Bug report | ||
about: Report an issue with the patcher | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description** | ||
A clear and concise description of what the bug is. | ||
|
||
**Version Information** | ||
* What Operating System are you running the patcher on? | ||
* What Unity Version are you using? | ||
|
||
**Diagnostics** | ||
What does the patcher output instead of the expected behaviour? | ||
|
||
**Arguments** | ||
Please provide the exact command line arguments you are using the patcher with, e.g.: | ||
|
||
`sudo ./linux-x64/Patcher -e=/path/to/Unity -t=dark -linux` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Incompatible Version | ||
about: Report an issue related to patcher compatibility | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description** | ||
A clear and concise description of what the bug is. | ||
|
||
**Version Information** | ||
* What Operating System are you running the patcher on? | ||
* What Unity Version are you using? | ||
|
||
**Diagnostics** | ||
What does the patcher output instead of the expected behaviour? | ||
|
||
**Arguments** | ||
Please provide the exact command line arguments you are using the patcher with, e.g.: | ||
|
||
`sudo ./linux-x64/Patcher -e=/path/to/Unity -t=dark -linux` | ||
|
||
**Binaries** | ||
If possible, provide a link to the Unity binary that corresponds with the version and OS you're using. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters