Skip to content

Commit d9ac75b

Browse files
authored
Merge pull request #2616 from OAI/mr/agenda-add-slide
Add accessible meetings slide to agenda template
2 parents 2d1f573 + 9d3895a commit d9ac75b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/templates/agenda.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
**NOTE: This meeting is on Thursday at 9am - 10am PT**
22

3-
Zoom Meeting link: [https://zoom.us/j/975841675](https://zoom.us/j/975841675?pwd=SUh4MjRLaEFKNlI3RElpWTdhRDVVUT09). Dial-in passcode: 763054
3+
Zoom Meeting link: [https://zoom.us/j/975841675](https://zoom.us/j/975841675?pwd=SUh4MjRLaEFKNlI3RElpWTdhRDVVUT09). Dial-in passcode: 763054 - [Code-of-Conduct](https://github.com/OAI/OpenAPI-Specification/blob/main/CODE_OF_CONDUCT.md#code-of-conduct)
44

55
In order to give some more visibility into the topics we cover in the TDC meetings here is the planned agenda for the next meeting. Hopefully this will allow people to plan to attend meetings for topics that they have an interest in. And for folks who cannot attend they can comment on this issue prior to the meeting. Feel free to suggest other potential agenda topics.
66

77
**Please submit comments below for topics or proposals that you wish to present in the TDC meeting**
88

9+
![F10B5460-B4B3-4463-9CDE-C7F782202EA9](https://user-images.githubusercontent.com/21603/121568843-0b260900-ca18-11eb-9362-69fda4162be8.jpeg)
10+
911
The agenda backlog is currently maintained in issue #2482
1012

1113
| Topic | Owner | Decision/NextStep |
1214
|-------|---------|---------|
1315
| | | |
16+
Reports from Special Interest Groups | TDC | |
1417
AOB (see below) | TDC | |
1518
New issues / PRs labelled [review](https://github.com/OAI/OpenAPI-Specification/labels/review) | @OAI/triage | |
1619
[New issues](https://github.com/search?q=repo%3Aoai%2Fopenapi-specification+is%3Aissue+comments%3A0+no%3Alabel+is%3Aopen) without response yet | @OAI/triage | |

.github/workflows/agenda.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: agenda
1111

1212
on:
1313
schedule:
14-
- cron: '0 9 * * 2'
14+
- cron: '0 9 * * 1'
1515
workflow_dispatch: {}
1616

1717
jobs:

0 commit comments

Comments
 (0)