Skip to content

Commit

Permalink
chore(docs): move community to slack
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed May 13, 2022
1 parent c911f7d commit 8e60a0d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
value: |
Thanks for reporting an issue, please review the task list below before submitting the issue. Your issue report will be closed if the issue is incomplete and the below tasks not completed.
NOTE: If you are unsure about something and the issue is more of a question a better place to ask questions is on [Github Discussions](https://github.com/kestra-io/kestra/discussions) or [Discord](https://discord.gg/NMG39WKGth).
NOTE: If you are unsure about something and the issue is more of a question a better place to ask questions is on [Github Discussions](https://github.com/kestra-io/kestra/discussions) or [Slack](https://join.slack.com/t/kestra-io/shared_invite/zt-193shv281-rK9QOEfZC2_vEbDO7Uxtbw).
- type: textarea
attributes:
label: Expected Behavior
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ contact_links:
url: https://github.com/kestra-io/kestra/discussions
about: Ask questions about Kestra on Github
- name: Chat
url: https://discord.gg/NMG39WKGth
about: Chat with us on Discord.
url: https://join.slack.com/t/kestra-io/shared_invite/zt-193shv281-rK9QOEfZC2_vEbDO7Uxtbw
about: Chat with us on Slack.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a href="https://hub.docker.com/r/kestra/kestra"><img src="https://img.shields.io/docker/pulls/kestra/kestra.svg?style=flat-square" alt="Docker pull" /></a>
<a href="https://artifacthub.io/packages/helm/kestra/kestra"><img src="https://img.shields.io/badge/Artifact%20Hub-kestra-417598?style=flat-square&logo=artifacthub" alt="Artifact Hub" /></a>
<a href="https://kestra.io"><img src="https://img.shields.io/badge/Website-kestra.io-192A4E?style=flat-square" alt="Kestra infinitely scalable orchestration and scheduling platform"></a>
<a href="https://discord.gg/5RgZmkW"><img src="https://img.shields.io/discord/903344083391631471?label=Discord&style=flat-square" alt="Discord"></a>
<a href="https://join.slack.com/t/kestra-io/shared_invite/zt-193shv281-rK9QOEfZC2_vEbDO7Uxtbw"><img src="https://img.shields.io/badge/Slack-chat-400d40?style=flat-square&logo=slack" alt="Slack"></a>
<a href="https://github.com/kestra-io/kestra/discussions"><img src="https://img.shields.io/github/discussions/kestra-io/kestra?style=flat-square" alt="Github discussions"></a>
<a href="https://twitter.com/kestra_io"><img src="https://img.shields.io/twitter/follow/kestra_io?style=flat-square" alt="Twitter" /></a>
<a href="https://app.codecov.io/gh/kestra-io/kestra"><img src="https://img.shields.io/codecov/c/github/kestra-io/kestra?style=flat-square&token=It6L7BTaWK" alt="Code Cov" /></a>
Expand All @@ -29,7 +29,7 @@
<a href="https://kestra.io/"><b>Website</b></a> •
<a href="https://twitter.com/kestra_io"><b>Twitter</b></a> •
<a href="https://www.linkedin.com/company/kestra/"><b>Linked In</b></a> •
<a href="https://discord.gg/NMG39WKGth"><b>Discord</b></a> •
<a href="https://join.slack.com/t/kestra-io/shared_invite/zt-193shv281-rK9QOEfZC2_vEbDO7Uxtbw"><b>Slack</b></a> •
<a href="https://kestra.io/docs/"><b>Documentation</b></a>
</p>

Expand Down Expand Up @@ -245,7 +245,7 @@ Join our community if you need help, want to chat or have any other questions fo

- [GitHub](https://github.com/kestra-io/kestra/discussions) - Discussion forums and updates from the Kestra team
- [Twitter](https://twitter.com/kestra_io) - For all the latest Kestra news
- [Discord](https://discord.gg/NMG39WKGth) - Join the conversation! Get all the latest updates and chat to the devs
- [Slack](https://join.slack.com/t/kestra-io/shared_invite/zt-193shv281-rK9QOEfZC2_vEbDO7Uxtbw) - Join the conversation! Get all the latest updates and chat to the devs


## Roadmap
Expand Down
10 changes: 5 additions & 5 deletions ui/src/override/components/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import BookMultipleOutline from "vue-material-design-icons/BookMultipleOutline";
import FileCodeOutline from "vue-material-design-icons/FileCodeOutline";
import GoogleCirclesExtended from "vue-material-design-icons/GoogleCirclesExtended";
import Discord from "vue-material-design-icons/Discord";
import Slack from "vue-material-design-icons/Slack";
import Github from "vue-material-design-icons/Github";
import CogOutline from "vue-material-design-icons/CogOutline";
import {mapState} from "vuex";
Expand All @@ -49,7 +49,7 @@
Vue.component("DocumentationMenuIcon", BookMultipleOutline);
Vue.component("DocumentationDeveloperMenuIcon", FileCodeOutline);
Vue.component("DocumentationPluginsMenuIcon", GoogleCirclesExtended);
Vue.component("Discord", Discord);
Vue.component("Slack", Slack);
Vue.component("Github", Github);
Vue.component("SettingMenuIcon", CogOutline);
Expand Down Expand Up @@ -158,10 +158,10 @@
},
},
{
href: "https://discord.gg/NMG39WKGth",
title: "Discord",
href: "https://join.slack.com/t/kestra-io/shared_invite/zt-193shv281-rK9QOEfZC2_vEbDO7Uxtbw",
title: "Slack",
icon: {
element: "Discord",
element: "Slack",
class: "menu-icon"
},
external: true
Expand Down

0 comments on commit 8e60a0d

Please sign in to comment.