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. 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: '' + +--- + + 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 }} 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 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": {