Merge branch 'master' into dev
This commit is contained in:
6
.editorconfig
Normal file
6
.editorconfig
Normal file
@@ -0,0 +1,6 @@
|
||||
[*.cs]
|
||||
|
||||
# IDE0090: Use 'new(...)'
|
||||
csharp_style_implicit_object_creation_when_type_is_apparent = false
|
||||
|
||||
dotnet_diagnostic.CA1806.severity = silent
|
||||
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -1,4 +1,5 @@
|
||||
# Declare files that will always have CRLF line endings on checkout.
|
||||
*.sln text eol=crlf
|
||||
*.cs text eol=crlf
|
||||
*.xml text eol=crlf
|
||||
*.xml text eol=crlf
|
||||
Barotrauma\BarotraumaServer\DedicatedServer.exe text eol=lf
|
||||
5
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
5
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -52,8 +52,9 @@ body:
|
||||
label: Version
|
||||
description: Which version of the game did the bug happen in? You can see the current version number in the bottom left corner of your screen in the main menu.
|
||||
options:
|
||||
- 0.18.15.1 / 0.18.15.2 on macOS
|
||||
- 0.19.8.0 (unstable)
|
||||
- 0.21.6.0
|
||||
- 0.21.6.0 (Unstable)
|
||||
- Faction/endgame test branch
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user