From b73a9377b6514c806c1f8351bef4199988350584 Mon Sep 17 00:00:00 2001 From: Alberto Date: Wed, 31 Dec 2025 16:49:06 +0100 Subject: [PATCH 1/2] chore: CI update --- .github/workflows/documentation_web_deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/documentation_web_deploy.yml b/.github/workflows/documentation_web_deploy.yml index 2354c17a..fc76dbd1 100644 --- a/.github/workflows/documentation_web_deploy.yml +++ b/.github/workflows/documentation_web_deploy.yml @@ -1,6 +1,10 @@ name: documentation_web_deploy on: + # Manually run the workflow from the GitHub Actions UI with the + # 'Run workflow' button. + workflow_dispatch: + push: branches: - master @@ -9,6 +13,8 @@ jobs: documentation_deployment: name: HTML Documentation deployment runs-on: macos-latest + permissions: + contents: write steps: - name: Checkout uses: actions/checkout@v4 From e565fae89cc1452e2da10df87119681671897606 Mon Sep 17 00:00:00 2001 From: Alberto Date: Wed, 31 Dec 2025 16:51:06 +0100 Subject: [PATCH 2/2] chore: minor fixes --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +----- .github/pull_request_template.md | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a18c3f7b..64c82308 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,11 +11,7 @@ assignees: albertodev01 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 +Steps to reproduce the behavior **Expected behavior** A clear and concise description of what you expected to happen. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 35dc7084..67ccca23 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -24,5 +24,4 @@ - [ ] I have provided a description of the proposed changes. - [ ] I added unit tests for all relevant code. -- [ ] In `example/flutter_example`, if needed, I have also added widget and golden tests. - [ ] I added documentation for all relevant code.