diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 102930b8..fc75d013 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -48,7 +48,7 @@ body: - type: dropdown attributes: label: Platform - description: + description: Server software - choose your proxy software if you have multiple servers options: - Spigot - BungeeCord @@ -57,7 +57,7 @@ body: - type: checkboxes attributes: label: Relevance - description: + description: Check list for previous tickets options: - label: I tried the latest build required: true diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d66d04a2..68c50573 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,6 +1,6 @@ # GitHub automatic code security scanning using CodeQL -# Human readable name in the actions tab +# Human-readable name in the actions tab name: "CodeQL" on: @@ -58,7 +58,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). + # Auto build attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild uses: github/codeql-action/autobuild@v1 diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index cd0eb076..eeeaad04 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,7 +1,7 @@ # Automatically build, run unit and integration tests to detect errors early (CI provided by GitHub) # including making pull requests review easier -# Human readable name in the actions tab +# Human-readable name in the actions tab name: Java CI # Build on every pull request regardless of the branch @@ -18,7 +18,7 @@ jobs: # job id build_and_test: - # Environment image - always newest OS + # Environment image - always use the newest OS runs-on: ubuntu-latest # Run steps