From 6f087a9c938a500fa8eae31a81ece14b80b54776 Mon Sep 17 00:00:00 2001 From: Stef Coenen Date: Fri, 17 Jan 2025 15:18:29 +0100 Subject: [PATCH 1/2] Added workflow_dispatch; --- .github/workflows/android-build-scripts.yml | 11 ++++++----- .github/workflows/ios-build-scripts.yml | 7 ++++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/android-build-scripts.yml b/.github/workflows/android-build-scripts.yml index 921f12ae..7fd78772 100644 --- a/.github/workflows/android-build-scripts.yml +++ b/.github/workflows/android-build-scripts.yml @@ -1,6 +1,7 @@ name: android build scripts on: + workflow_dispatch: push: branches: - development @@ -30,7 +31,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - ndk-version: [ 'r22b-linux-x86_64', 'r23b-linux', 'r24-linux', 'r25b-linux' ] + ndk-version: ['r22b-linux-x86_64', 'r23b-linux', 'r24-linux', 'r25b-linux'] defaults: run: shell: bash @@ -61,7 +62,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - ndk-version: [ 'r22b-linux-x86_64', 'r23b-linux' ] + ndk-version: ['r22b-linux-x86_64', 'r23b-linux'] defaults: run: shell: bash @@ -92,7 +93,7 @@ jobs: runs-on: macos-12 strategy: matrix: - ndk-version: [ 'r22b-darwin-x86_64', 'r23b-darwin', 'r24-darwin', 'r25b-darwin' ] + ndk-version: ['r22b-darwin-x86_64', 'r23b-darwin', 'r24-darwin', 'r25b-darwin'] defaults: run: shell: bash @@ -121,7 +122,7 @@ jobs: runs-on: macos-12 strategy: matrix: - ndk-version: [ 'r22b-darwin-x86_64', 'r23b-darwin' ] + ndk-version: ['r22b-darwin-x86_64', 'r23b-darwin'] defaults: run: shell: bash @@ -150,7 +151,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - ndk-version: [ 'r22b-linux-x86_64' ] + ndk-version: ['r22b-linux-x86_64'] defaults: run: shell: bash diff --git a/.github/workflows/ios-build-scripts.yml b/.github/workflows/ios-build-scripts.yml index 40387ce7..a8c140a2 100644 --- a/.github/workflows/ios-build-scripts.yml +++ b/.github/workflows/ios-build-scripts.yml @@ -1,6 +1,7 @@ name: ios build scripts on: + workflow_dispatch: push: branches: - development @@ -32,7 +33,7 @@ jobs: runs-on: macos-14 strategy: matrix: - xcode: [ '15.4', '16.0' ] + xcode: ['15.4', '16.0'] defaults: run: shell: bash @@ -55,7 +56,7 @@ jobs: runs-on: macos-13 strategy: matrix: - xcode: [ '14.3.1', '15.2' ] + xcode: ['14.3.1', '15.2'] defaults: run: shell: bash @@ -78,7 +79,7 @@ jobs: runs-on: macos-12 strategy: matrix: - xcode: [ '13.4.1', '14.2' ] + xcode: ['13.4.1', '14.2'] defaults: run: shell: bash From a3d698cf9cc06e7d475283c815a7e247783d2412 Mon Sep 17 00:00:00 2001 From: Stef Coenen Date: Fri, 17 Jan 2025 15:19:50 +0100 Subject: [PATCH 2/2] Remove issue_templates; --- .github/ISSUE_TEMPLATE/bug_report.md | 42 ----------------------- .github/ISSUE_TEMPLATE/feature_request.md | 23 ------------- 2 files changed, 65 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 16480545..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Description** -A clear and concise description of what the bug is. - -**Expected behavior** -What you expected to happen. - -**Current behavior** -What happened. - -**To Reproduce** -Steps to reproduce the behaviour. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Logs** -Post logs here or paste them to [Ghostbin](https://ghostbin.co) and insert the link here. - -**Environment** - -- Platform: `Android`/`Flutter`/`iOS`/`Linux`/`macOS`/`ReactNative`/`tvOS` -- Architecture: `arm-v7a`, `arm-v7a-neon`, `arm64-v8a`, `x86`, `x86_64`, `armv7`, `armv7s`, `arm64`, `arm64-mac-catalyst`, `arm64-simulator`, `arm64e`, `i386`, `x86-64`, `x86-64-mac-catalyst` -- Version: `v5.1`/`v5.1.LTS` -- Source branch: `main`, `development` -- Xcode version: `13.4.1` -- Cocoapods version: `1.10.3` -- Android Studio version: `4.0` -- Android NDK version: `r25b` -- flutter doctor: ` ` -- react-native info: ` ` - -**Other** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index ba7a00ec..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -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. - -**Platform** -Is this a general feature for all platforms or a platform specific feature? - -**Additional context** -Add any other context or screenshots about the feature request here.