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:
|
jobs:
|
||||||
pr_wip_check:
|
pr_wip_check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
name: WIP Check
|
name: WIP Check
|
||||||
steps:
|
steps:
|
||||||
- name: WIP Check
|
- name: WIP Check
|
||||||
|
4
.github/workflows/dco-check.yaml
vendored
4
.github/workflows/dco-check.yaml
vendored
@ -1,5 +1,5 @@
|
|||||||
name: DCO check
|
name: DCO check
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
@ -8,7 +8,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dco_check_job:
|
dco_check_job:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
name: DCO Check
|
name: DCO Check
|
||||||
steps:
|
steps:
|
||||||
- name: Get PR Commits
|
- 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
|
name: Static checks
|
||||||
jobs:
|
jobs:
|
||||||
static-checks:
|
static-checks:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
env:
|
env:
|
||||||
GOPATH: ${{ github.workspace }}
|
GOPATH: ${{ github.workspace }}
|
||||||
steps:
|
steps:
|
||||||
|
@ -28,7 +28,7 @@ Things to keep in mind when selecting election dates:
|
|||||||
- Allow at least a week for nomination and campaign periods
|
- Allow at least a week for nomination and campaign periods
|
||||||
- The current AC needs to approve the timeline once there
|
- The current AC needs to approve the timeline once there
|
||||||
is a proposal
|
is a proposal
|
||||||
|
|
||||||
# Preparation
|
# Preparation
|
||||||
As early as possible but at least a month before election
|
As early as possible but at least a month before election
|
||||||
starts:
|
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
|
but before the election, for candidates to answer questions from
|
||||||
the community.
|
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
|
Open this with Kata AC election - Campaign period started email, and
|
||||||
also announce it on Slack.
|
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
|
- Send Kata AC election - Voting period started reminder email and Slack
|
||||||
note
|
note
|
||||||
|
|
||||||
Ending the Kata AC Election:
|
Ending the Kata AC Election:
|
||||||
|
|
||||||
- Close the election and send Kata AC election - Voting period ended email, and
|
- Close the election and send Kata AC election - Voting period ended email, and
|
||||||
|
Loading…
Reference in New Issue
Block a user