Skip to content

Commit

Permalink
Merge branch 'master' into 5-2
Browse files Browse the repository at this point in the history
  • Loading branch information
KaspianDev committed Dec 22, 2022
2 parents 1be7bc6 + 0957486 commit dd7bf7b
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 38 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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.
37 changes: 0 additions & 37 deletions .github/workflows/platforms.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dd7bf7b

Please sign in to comment.