mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 00:05:42 +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
|
label: Version
|
||||||
description: What version of the package are you running?
|
description: What version of the package are you running?
|
||||||
options:
|
options:
|
||||||
|
- Nightly / other
|
||||||
|
- 3.2.0
|
||||||
- 3.1.0
|
- 3.1.0
|
||||||
- 3.0.0
|
- 3.0.0
|
||||||
- 2.6.0
|
- 2.6.0
|
||||||
@ -47,6 +49,12 @@ body:
|
|||||||
- 2.1.0
|
- 2.1.0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
|
3
.github/workflows/dotnet.yml
vendored
3
.github/workflows/dotnet.yml
vendored
@ -3,8 +3,7 @@ name: .NET
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- '*'
|
||||||
- develop
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
1
.github/workflows/sonarcloud.yml
vendored
1
.github/workflows/sonarcloud.yml
vendored
@ -3,6 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
jobs:
|
jobs:
|
||||||
|
3
.github/workflows/source_validator.yml
vendored
3
.github/workflows/source_validator.yml
vendored
@ -3,8 +3,7 @@ name: Source Validator
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- '*'
|
||||||
- develop
|
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- '*'
|
||||||
- develop
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
Loading…
Reference in New Issue
Block a user