diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 5688c3f..1edea53 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -12,7 +12,7 @@ body: validations: required: true - type: textarea - id: setps-to-reproduce + id: steps-to-reproduce attributes: label: Steps To Reproduce description: A set of instructions, step by step, explaining how to reproduce the bug. diff --git a/.github/ISSUE_TEMPLATE/performance.yaml b/.github/ISSUE_TEMPLATE/performance.yaml index 854b68b..7962164 100644 --- a/.github/ISSUE_TEMPLATE/performance.yaml +++ b/.github/ISSUE_TEMPLATE/performance.yaml @@ -7,8 +7,8 @@ body: id: description attributes: label: Description - description: Clearly describe what code needs to be changed and what the performance impact is going to be. Bonus point's if you can tie this directly to user experience. - placeholder: " Provide a description of the performance update." + description: Clearly describe what code needs to be changed and what the performance impact is going to be. Bonus points if you can tie this directly to user experience. + placeholder: "Provide a description of the performance update." validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/style.yaml b/.github/ISSUE_TEMPLATE/style.yaml index 7ec177c..dd78b49 100644 --- a/.github/ISSUE_TEMPLATE/style.yaml +++ b/.github/ISSUE_TEMPLATE/style.yaml @@ -1,5 +1,5 @@ name: Style -description: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) +description: Changes that do not affect the meaning of the code (whitespace, formatting, missing semi-colons, etc) title: "style: " labels: [style] body: diff --git a/.github/cspell.json b/.github/cspell.json index 7f581a1..c26a5f0 100644 --- a/.github/cspell.json +++ b/.github/cspell.json @@ -20,6 +20,9 @@ "useGitignore": true, "words": [ "unfocus", - "nullsafety" + "nullsafety", + "googleapis", + "OIDC", + "srealmoreno" ] } \ No newline at end of file diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 184ea14..1005b74 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -25,9 +25,8 @@ jobs: uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1.11.0 with: includes: | - **/*.{dart,md,yaml} - !.dart_tool/**/*.{dart,yaml} - .*/**/*.yml + **/*.{dart,md,yaml,yml} + .*/**/*.{yaml,yml} modified_files_only: false pana: