Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Add Q&A link to board #416

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/PR-wip-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
pr_wip_check:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: WIP Check
steps:
- name: WIP Check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dco-check.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: DCO check
on:
on:
pull_request:
types:
- opened
Expand All @@ -8,7 +8,7 @@ on:

jobs:
dco_check_job:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: DCO Check
steps:
- name: Get PR Commits
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on: ["pull_request"]
name: Static checks
jobs:
static-checks:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
GOPATH: ${{ github.workspace }}
steps:
Expand Down
8 changes: 6 additions & 2 deletions elections/process/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Things to keep in mind when selecting election dates:
- Allow at least a week for nomination and campaign periods
- The current AC needs to approve the timeline once there
is a proposal

# Preparation
As early as possible but at least a month before election
starts:
Expand Down Expand Up @@ -91,6 +91,10 @@ The AC election includes a period after the candidates are defined
but before the election, for candidates to answer questions from
the community.

The questions will be hosted in the Community repo's
[discussions board](https://github.com/kata-containers/community/discussions)
and tagged with the election date/name for ease of searching.

Open this with Kata AC election - Campaign period started email, and
also announce it on Slack.

Expand All @@ -117,7 +121,7 @@ A couple of days before the AC Election ends:

- Send Kata AC election - Voting period started reminder email and Slack
note

Ending the Kata AC Election:

- Close the election and send Kata AC election - Voting period ended email, and
Expand Down
Loading