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

feat: communcation channels to include discord #166

Merged
merged 1 commit into from
Jan 31, 2025
Merged
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: 2 additions & 0 deletions docs/backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Communication among the group occurs in the following ways:
the [InstructLab Community
Calendar](https://calendar.google.com/calendar/embed?src=c_23c2f092cd6d147c45a9d2b79f815232d6c3e550b56c3b49da24c4b5d2090e8f%40group.calendar.google.com).

- **Discord**: The group has various channels for corresponding components such as `#core`, `#sdg`, `#sdg`, `#eval`, and `#infra`, which can all be found in the [InstructLab Discord](https://instructlab.ai/discord).

- **Slack**: The group uses the `#backend` channel in the InstructLab Slack.

- **Mailing Lists**: There is a [development mailing
Expand Down
2 changes: 1 addition & 1 deletion docs/library-release-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ following tenants remain consistent:
1. Packages **must** have GitHub tagged releases named `vX.Y.Z`
1. Packages **must** use release branches for Y-Streams of the form `release-vX.Y`
1. Packages **must** maintain a `CHANGELOG.md`
1. Maintainer teams **must** publicly communicate Y-Stream releases through official InstructLab channels such as Slack or Mailing Lists. Z-Stream release communication is up to Maintainer discretion.
1. Maintainer teams **must** publicly communicate Y-Stream releases through official InstructLab channels such as Discord, Slack or Mailing Lists. Z-Stream release communication is up to Maintainer discretion.
Loading