From 4563ec47d75c6dc62179b0a3e41aa8d30973c9c4 Mon Sep 17 00:00:00 2001 From: CK <31608392+unrealkakeman89@users.noreply.github.com> Date: Tue, 6 Jun 2023 09:46:21 -0400 Subject: [PATCH 1/5] Update release.yml --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 718955c02..4074a7e58 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,9 +29,9 @@ jobs: with: files: static/system.json env: - version: ${{ steps.get-version.outputs.version }} - manifest: https://github.com/sw5e-foundry/sw5e/releases/download/${{ steps.get-version.outputs.version }}/system.json - download: https://github.com/sw5e-foundry/sw5e/releases/download/${{ steps.get-version.outputs.version }}/system.zip + version: ${{ steps.get_version.outputs.version }} + manifest: https://github.com/sw5e-foundry/sw5e/releases/download/${{ steps.get_version.outputs.version }}/system.json + download: https://github.com/sw5e-foundry/sw5e/releases/download/${{ steps.get_version.outputs.version }}/system.zip - name: Cache NPM id: cache-npm @@ -57,10 +57,10 @@ jobs: uses: ncipollo/release-action@v1 with: allowUpdates: true - name: ${{ steps.get-version.outputs.version }} + name: ${{ steps.get_version.outputs.version }} draft: false prerelease: false token: ${{secrets.GITHUB_TOKEN}} artifacts: "./system.zip, ./static/system.json" generateReleaseNotes: true - tag: ${{ steps.get-version.outputs.version }} + tag: ${{ steps.get_version.outputs.version }} From 0fc92b7c43a0b656fe823848a1bb85866826ef03 Mon Sep 17 00:00:00 2001 From: gunqqer Date: Mon, 26 Jun 2023 12:20:29 -0400 Subject: [PATCH 2/5] Fix links in README Fixes the system.json link and fixes the formatting for the link to the Releases Page --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66a080a18..9499929ef 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ The software component of this system is distributed under the GNUv3 license. To install and use the SW5e system for Foundry Virtual Tabletop, simply paste the following URL into the **Install System** dialog on the Setup menu of the application. -https://raw.githubusercontent.com/unrealkakeman89/sw5e/master/system.json +https://github.com/sw5e-foundry/sw5e/releases/latest/download/system.json If you wish to manually install the system, you must clone or extract it into the `Data/systems/sw5e` folder. You may do this by cloning the repository or downloading a zip archive from the -[Releases Page]([https://github.com/unrealkakeman89/sw5e](https://github.com/sw5e-foundry/sw5e/releases)). +[Releases Page](https://github.com/sw5e-foundry/sw5e/releases). ## Community Contribution From 277e6742dad86f8e2c7a7d403218754781fea1f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 11:14:53 +0000 Subject: [PATCH 3/5] Bump word-wrap from 1.2.3 to 1.2.4 Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1164181a..4da007948 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7693,9 +7693,9 @@ "dev": true }, "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.4.tgz", + "integrity": "sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==", "dev": true, "engines": { "node": ">=0.10.0" @@ -13864,9 +13864,9 @@ "dev": true }, "word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.4.tgz", + "integrity": "sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==", "dev": true }, "wrap-ansi": { From fc1ae75e5130f4decbaf775f95c42f97c421ed42 Mon Sep 17 00:00:00 2001 From: jtljac Date: Tue, 25 Jul 2023 01:31:54 +0100 Subject: [PATCH 4/5] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 32 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..a73d6fb9b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Foundry Information +Foundry version: [[Version]] +SW5e version: [[Version]] +OS: [[OS Information (Windows, macos, linux, etc)]] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..adc97e3e2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: Feature Request +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From b6bd58fc251df9b45b36768a515815d2cab8a5bf Mon Sep 17 00:00:00 2001 From: jtljac Date: Tue, 25 Jul 2023 02:31:29 +0100 Subject: [PATCH 5/5] Update issue templates --- .github/ISSUE_TEMPLATE/other-issue.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/other-issue.md diff --git a/.github/ISSUE_TEMPLATE/other-issue.md b/.github/ISSUE_TEMPLATE/other-issue.md new file mode 100644 index 000000000..70b5383e5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other-issue.md @@ -0,0 +1,10 @@ +--- +name: Other Issue +about: For anything else +title: '' +labels: '' +assignees: '' + +--- + +