Skip to content

Update CONTRIBUTING.md: mention issue assignment after confirmation #1134

Update CONTRIBUTING.md: mention issue assignment after confirmation

Update CONTRIBUTING.md: mention issue assignment after confirmation #1134

Workflow file for this run

name: CI
on:
push:
branches: [ main, beta ]
pull_request:
branches: [ main, beta ]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
quality:
uses: ./.github/workflows/quality.yml
test:
needs: quality
uses: ./.github/workflows/tests.yml