Skip to content

Commit 9a52c8a

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents b61c9be + 73e7810 commit 9a52c8a

File tree

958 files changed

+26081
-14413
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

958 files changed

+26081
-14413
lines changed

.github/ISSUE_TEMPLATE/01-bug.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/GameNotFound.yaml renamed to .github/ISSUE_TEMPLATE/01-game-not-found.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Report a missing game
22
description: 'Use this form to report when the app fails to locate a supported game. '
33
title: 'Game Not Found'
4+
type: "Bug"
45
labels:
56
- 'Epic: Game Support'
67
- user raised

.github/ISSUE_TEMPLATE/02-bug.yaml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: "Report a bug"
2+
description: "Use this form to report a bug"
3+
type: "Bug"
4+
labels:
5+
- "user raised"
6+
body:
7+
- type: textarea
8+
id: what-happened
9+
attributes:
10+
label: "What happened?"
11+
validations:
12+
required: true
13+
- type: input
14+
id: version
15+
attributes:
16+
label: "Version"
17+
description: "What version of the app did you use?"
18+
placeholder: "latest"
19+
validations:
20+
required: true
21+
- type: dropdown
22+
id: os
23+
attributes:
24+
label: "Operating System"
25+
description: "Which operating system are you using?"
26+
options:
27+
- Windows
28+
- Steam Deck
29+
- Linux (generic)
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: log-files
34+
attributes:
35+
label: "Attach Log Files"
36+
description: >-
37+
Please attach your logs. If you are having issues finding your log
38+
files, see [this guide](https://nexus-mods.github.io/NexusMods.App/users/faq/LogFiles/).
39+
validations:
40+
required: true

.github/ISSUE_TEMPLATE/02-feature.md

Lines changed: 0 additions & 35 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: "Request a new feature"
3+
about: "Use this form to request a new feature"
4+
type: "Feature"
5+
labels:
6+
- "user raised"
7+
---

.github/ISSUE_TEMPLATE/03-improvement.md

Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: "User Story"
3+
about: "Internal: create a user story"
4+
type: "User Story"
5+
---
6+
7+
## User Story
8+
9+
**As an**
10+
11+
**I want to**
12+
13+
**So that**
14+
15+
## Context
16+
17+
## Requirements
18+
19+
## Designs

.github/ISSUE_TEMPLATE/05-epic.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: "Epic"
3+
about: "Internal: create an epic"
4+
type: "Epic"
5+
---
6+
7+
## Epic
8+
9+
## Outline
10+
11+
## Supporting Information

.github/ISSUE_TEMPLATE/06-task.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "Task"
3+
about: "Internal: create a task"
4+
type: "Task"
5+
---

.github/workflows/build-windows-pupnet.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,11 @@ jobs:
198198
shell: pwsh
199199
run: ./scripts/download-codesigntool.ps1
200200

201+
- name: Install InnoSetup
202+
shell: pwsh
203+
run: |
204+
choco install innosetup
205+
201206
- name: Create Setup
202207
working-directory: ${{ steps.transformInputs.outputs.projectDir }}
203208
run: pupnet -y -v ${{ inputs.AppVersion }} -k Setup -p DefineConstants=INSTALLATION_METHOD_INNO_SETUP

0 commit comments

Comments
 (0)