mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-28 20:41:04 +00:00
Merge pull request #416 from stevenhorsman/discussions-board-link
doc: Add Q&A link to board
This commit is contained in:
commit
0a1d819c58
2
.github/workflows/PR-wip-checks.yaml
vendored
2
.github/workflows/PR-wip-checks.yaml
vendored
@ -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
|
||||
|
4
.github/workflows/dco-check.yaml
vendored
4
.github/workflows/dco-check.yaml
vendored
@ -1,5 +1,5 @@
|
||||
name: DCO check
|
||||
on:
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
@ -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
|
||||
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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:
|
||||
|
@ -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:
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user