diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..09df69d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG] " +labels: bug +assignees: KaspianDev + +--- + +**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. + +**Server information:** + - Operating System (for example Rocky 9): + - Server Software (for example Spigot): + - Server Version (for example 1.19.2): + - Plugin list: + +**Latest log file** +Make sure to censor things before uploading, don't upload the file itself (gist is recommended) + +**Additional context** +Add any other context about the problem here. diff --git a/.github/workflows/platforms.yml b/.github/workflows/platforms.yml deleted file mode 100644 index a4b058a..0000000 --- a/.github/workflows/platforms.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: Platform Release - -on: - workflow_dispatch: - -jobs: - build: - - runs-on: ubuntu-20.04 - - steps: - - uses: Kir-Antipov/mc-publish@v3.2 - with: - modrinth-id: HFTnFHKn - modrinth-featured: true - modrinth-unfeature-mode: subset - modrinth-token: ${{ secrets.MODRINTH }} - - curseforge-id: 663152 - curseforge-token: ${{ secrets.CURSE }} - - files: build/libs/AntiPopup-*.jar - files-primary: "" - files-secondary: "" - - game-versions: | - 1.19.2 - 1.19.1 - 1.18.2 - 1.18.1 - 1.18 - 1.17.1 - java: 17 - - retry-attempts: 2 - retry-delay: 10000 - fail-mode: fail diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2609fd0..5b92bae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: jobs: build: - if: "startsWith(github.event.head_commit.message, '🔼')" + if: "startsWith(github.event.head_commit.message, '🔼') || github.event_name == 'workflow_dispatch'" runs-on: ubuntu-20.04 steps: