mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-22 08:58:48 +00:00
Merge branch 'main' into release/4.0.0
This commit is contained in:
commit
21907aef83
8
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -37,6 +37,8 @@ body:
|
||||
label: Version
|
||||
description: What version of the package are you running?
|
||||
options:
|
||||
- Nightly / other
|
||||
- 3.2.0
|
||||
- 3.1.0
|
||||
- 3.0.0
|
||||
- 2.6.0
|
||||
@ -47,6 +49,12 @@ body:
|
||||
- 2.1.0
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: other-version
|
||||
attributes:
|
||||
label: Other version
|
||||
description: If you selected "nightly / other", please enter the full version number here.
|
||||
placeholder: "Example: 4.0.0-nightly-230"
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
|
3
.github/workflows/dotnet.yml
vendored
3
.github/workflows/dotnet.yml
vendored
@ -3,8 +3,7 @@ name: .NET
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
- '*'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
1
.github/workflows/sonarcloud.yml
vendored
1
.github/workflows/sonarcloud.yml
vendored
@ -3,6 +3,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
jobs:
|
||||
|
3
.github/workflows/source_validator.yml
vendored
3
.github/workflows/source_validator.yml
vendored
@ -3,8 +3,7 @@ name: Source Validator
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
- '*'
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
|
3
.github/workflows/unity.yml
vendored
3
.github/workflows/unity.yml
vendored
@ -3,8 +3,7 @@ name: Unity Test Runner
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
- '*'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
Loading…
Reference in New Issue
Block a user