Skip to content

Commit 527d378

Browse files
alexchaomanderAlex Chaoshawncal
authored
[README] Add community calendar link to the main README (#1662)
Adding the SK Community calendar to the main README for office hours and community events ### Motivation and Context <!-- Thank you for your contribution to the semantic-kernel repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows SK Contribution Guidelines (https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) - [ ] The code follows the .NET coding conventions (https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions) verified with `dotnet format` - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄 --------- Co-authored-by: Alex Chao <achao@achao> Co-authored-by: Shawn Callegari <[email protected]>
1 parent d90ee58 commit 527d378

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

COMMUNITY.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Welcome to the Semantic Kernel Community!
2+
3+
Below are some ways that you can get involved in the SK Community.
4+
5+
## Engage on Github
6+
7+
File issues, submit PRs, and provide feedback and ideas to what you'd like to see from the Semantic Kernel.
8+
We do our best to respond to each submission.
9+
10+
## Public Community Office Hours
11+
12+
We regularly have Community Office Hours that are open to the **public** to join.
13+
14+
Add Semantic Kernel events to your calendar: download the [calendar.ics](https://aka.ms/sk-community-calendar) file.
15+
16+
To keep topics organized, please submit what you'd like us to cover here:
17+
[https://forms.office.com/r/BbXFzmmFys](https://forms.office.com/r/BbXFzmmFys)
18+
19+
If you are unable to make it live, all meetings will be recorded and posted online.
20+
21+
## Join the conversation on Discord
22+
23+
We have a growing and active channel on Discord where you can get help, engage in lively discussion,
24+
and share what you've built with Semantic Kernel!
25+
26+
Join our Discord:
27+
[https://aka.ms/SKDiscord](https://aka.ms/SKDiscord)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ To learn more and get started:
130130
- Read the [documentation](https://aka.ms/sk/learn)
131131
- Learn how to [contribute](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) to the project
132132
- Join the [Discord community](https://aka.ms/SKDiscord)
133+
- Attend [regular office hours and SK community events](COMMUNITY.md)
133134
- Follow the team on our [blog](https://aka.ms/sk/blog)
134135

135136
## Code of Conduct

0 commit comments

Comments
 (0)