Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

91 changes: 91 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
name: Bug report
description: Create a report to help us improve
title: " "
labels: ["bug"]
assignees: ["vsonnier"]
body:
- type: markdown
attributes:
value: |
**LOW EFFORT BUG REPORTS WILL BE CLOSED**
Please provide as much detail as possible to help us reproduce the issue.

- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: I encountered a crash when...
validations:
required: true

- type: textarea
id: reproduction
attributes:
label: To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Start the game with...
2. Load map...
3. Press key...
validations:
required: true

- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true

- type: input
id: mod-info
attributes:
label: Mod
description: Describe what mod you are using, what version, and what map causes the issue.
validations:
required: false

- type: dropdown
id: os
attributes:
label: Operating System
options:
- Windows
- Linux
- macOS
validations:
required: true

- type: input
id: gpu
attributes:
label: GPU Vendor and Model
placeholder: e.g., NVIDIA RTX 3080
validations:
required: true

- type: input
id: driver-version
attributes:
label: Driver Version
validations:
required: false

- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context or screenshots about the problem here.
validations:
required: false

- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our project's guidelines.
options:
- label: I have checked that this is not a duplicate issue.
required: true
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Feature request
description: Suggest an idea for this project
title: " "
labels: ["enhancement"]
assignees: ["vsonnier"]
body:
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of what the problem is.
placeholder: I'm always frustrated when [...]
validations:
required: true

- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false

- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: false
29 changes: 0 additions & 29 deletions .github/workflows/build-linux.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/build-mac.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/build-mingw.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/build-msys2-clangarm64.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/build-windows.yml

This file was deleted.

Loading
Loading