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

Update Discord server links #171

Merged
merged 1 commit into from
Mar 27, 2024
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ We welcome many different types of contributions including:
* Communications, social media, blog posts, or other marketing
* Release management

Not everything happens through a GitHub pull request. Please contact us in the [#general channel of our Discord server](https://discord.gg/YyAfWnEg) or during our [office hours meeting](./GOVERNANCE.md#meetings) and let's discuss how we can work together.
Not everything happens through a GitHub pull request. Please contact us in the [#general channel of our Discord server](https://discord.gg/3eDb4yAN) or during our [office hours meeting](./GOVERNANCE.md#meetings) and let's discuss how we can work together.

## Development Environment Setup

Expand Down
4 changes: 2 additions & 2 deletions GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To become a Maintainer you need to demonstrate the following:
* Understanding of how the team works (policies, processes for testing and code review, etc)
* Understanding of the project's code base and coding and documentation style

A new Maintainer must be proposed by an existing maintainer by sending a message in the #general channel in the [KitOps Discord server](https://discord.gg/YyAfWnEg). A simple majority vote of existing Maintainers approves the application. Maintainers nominations will be evaluated without prejudice to employer or demographics.
A new Maintainer must be proposed by an existing maintainer by sending a message in the #general channel in the [KitOps Discord server](https://discord.gg/3eDb4yAN). A simple majority vote of existing Maintainers approves the application. Maintainers nominations will be evaluated without prejudice to employer or demographics.

Maintainers who are selected will be granted the necessary GitHub rights, and invited to the private Maintainers Discord channel.

Expand Down Expand Up @@ -87,7 +87,7 @@ The Security Response Team is responsible for handling all reports of security h

## Voting

While most business in KitOps is conducted by "[lazy consensus](https://community.apache.org/committers/lazyConsensus.html)", periodically the Maintainers may need to vote on specific actions or changes. A vote can be taken in the #general channel in the [KitOps Discord server](https://discord.gg/YyAfWnEg) or in the private Maintainers channel for security or conduct matters. Votes may also be taken at the bi-weekly [KitOps Public Office Hours meeting](#kitops-public-office-hours-bi-weekly). Any Maintainer may demand a vote be taken.
While most business in KitOps is conducted by "[lazy consensus](https://community.apache.org/committers/lazyConsensus.html)", periodically the Maintainers may need to vote on specific actions or changes. A vote can be taken in the #general channel in the [KitOps Discord server](https://discord.gg/3eDb4yAN) or in the private Maintainers channel for security or conduct matters. Votes may also be taken at the bi-weekly [KitOps Public Office Hours meeting](#kitops-public-office-hours-bi-weekly). Any Maintainer may demand a vote be taken.

Most votes require a simple majority of all Maintainers to succeed, except where otherwise noted. Two-thirds majority votes mean at least two-thirds of all existing maintainers.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ At KitOps, inclusivity, empathy, and responsibility are at our core. Please read

### Join KitOps community

For support, release updates, and general KitOps discussion, please join the [KitOps Discord](https://discord.gg/YyAfWnEg).
For support, release updates, and general KitOps discussion, please join the [KitOps Discord](https://discord.gg/3eDb4yAN).
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default defineConfig({
socialLinks: [
{
icon: 'discord',
link: 'https://discord.gg/YyAfWnEg'
link: 'https://discord.gg/3eDb4yAN'
},
{
icon: 'github',
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const year = (new Date()).getFullYear()
<div class="text-center space-y-6 text-sm font-bold">
<ul class="flex items-center gap-14 justify-center">
<li>
<a href="https://discord.gg/YyAfWnEg" target="_blank">
<a href="https://discord.gg/3eDb4yAN" target="_blank">
<span class="sr-only">discord</span>
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="18" fill="none">
<path fill="#ECECEC" d="M20.83 1.507A20.002 20.002 0 0 0 15.88 0c-.234.414-.446.84-.634 1.276a18.631 18.631 0 0 0-5.495 0C9.56.84 9.35.414 9.115 0A20.143 20.143 0 0 0 4.16 1.511C1.027 6.1.177 10.573.602 14.983A20.04 20.04 0 0 0 6.675 18a14.49 14.49 0 0 0 1.3-2.075 12.98 12.98 0 0 1-2.048-.968c.172-.123.34-.25.502-.374a14.39 14.39 0 0 0 12.142 0c.164.133.332.26.502.374-.654.382-1.34.707-2.052.97.373.726.808 1.42 1.3 2.073a19.952 19.952 0 0 0 6.077-3.015c.498-5.115-.851-9.547-3.568-13.478ZM8.513 12.271c-1.183 0-2.161-1.063-2.161-2.37 0-1.308.944-2.38 2.157-2.38 1.214 0 2.184 1.072 2.164 2.38-.021 1.307-.954 2.37-2.16 2.37Zm7.974 0c-1.186 0-2.16-1.063-2.16-2.37 0-1.308.944-2.38 2.16-2.38 1.215 0 2.178 1.072 2.157 2.38-.02 1.307-.951 2.37-2.157 2.37Z"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ import { VueMarqueeSlider } from 'vue3-marquee-slider'
<h2 class="text-center">How to Get inVolVeD<span class="font-heading font-extralight">?</span></h2>

<div class="space-y-6 w-fit mx-auto mt-22">
<a href="https://discord.gg/YyAfWnEg" class="border border-gray-02 p-8 md:px-14 md:py-10 flex justify-between gap-8 items-center hover:border-gold transition-colors">
<a href="https://discord.gg/3eDb4yAN" class="border border-gray-02 p-8 md:px-14 md:py-10 flex justify-between gap-8 items-center hover:border-gold transition-colors">
<div class="p1">Join the KitOps Discord</div>

<div class="size-8 md:size-12">
Expand Down
2 changes: 1 addition & 1 deletion docs/src/docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ You've learned how to unpack a ModelKit, pack one up, and push it. Anyone with a
kit pull docker.io/jozubrad/mymodelkit:latest
```

Thanks for taking some time to play with Kit. We'd love to hear what you think. Feel free to drop us an [issue in our GitHub repository](https://github.com/jozu-ai/kitops/issues) or join [our Discord server](https://discord.gg/YyAfWnEg).
Thanks for taking some time to play with Kit. We'd love to hear what you think. Feel free to drop us an [issue in our GitHub repository](https://github.com/jozu-ai/kitops/issues) or join [our Discord server](https://discord.gg/3eDb4yAN).