mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -3,6 +3,6 @@ contact_links:
|
||||
- name: "Community Support - Discussion Forums"
|
||||
url: "https://discourse.firez.one"
|
||||
about: "Ask questions, get help from other Firezone users, and suggest features."
|
||||
- name: "Community Support - Slack"
|
||||
url: "https://join.slack.com/t/firezone-users/shared_invite/zt-111043zus-j1lP_jP5ohv52FhAayzT6w"
|
||||
- name: "Community Support - Discord"
|
||||
url: "https://discord.gg/DY8gxpSgep"
|
||||
about: "Join discussions, meet other users, and get updates from the Firezone team."
|
||||
|
||||
@@ -165,8 +165,8 @@ community support options:
|
||||
|
||||
1. [Discussion Forums](https://discourse.firez.one/?utm_source=readme): Ask
|
||||
questions, report bugs, and suggest features.
|
||||
1. [Public Slack Group](https://join.slack.com/t/firezone-users/shared_invite/zt-111043zus-j1lP_jP5ohv52FhAayzT6w):
|
||||
Join live discussions, meet other users, and get to know the contributors.
|
||||
1. [Join our Discord Server](https://discord.gg/DY8gxpSgep): Join live
|
||||
discussions, meet other users, and chat with the Firezone team.
|
||||
1. [Open a PR](https://github.com/firezone/firezone/issues): Contribute a bugfix
|
||||
or make a contribution to Firezone.
|
||||
|
||||
|
||||
@@ -219,7 +219,7 @@ defmodule Web.Settings.Billing do
|
||||
<.link class={link_style()} href="https://discourse.firez.one/">
|
||||
Discourse
|
||||
</.link>
|
||||
or <.link class={link_style()} href="https://firez.slack.com/">Slack</.link>.
|
||||
or <.link class={link_style()} href="https://discord.gg/DY8gxpSgep">Discord</.link>.
|
||||
Priority email and dedicated Slack support options are available on paid plans.
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@@ -701,7 +701,7 @@ export default function PlanTable() {
|
||||
</td>
|
||||
</tr>
|
||||
<tr className="border-b border-1 border-neutral-200">
|
||||
<td className="gmx-1 py-4">Community Slack</td>
|
||||
<td className="gmx-1 py-4">Community Discord</td>
|
||||
<td className="gmx-1 py-4">
|
||||
<HiCheck className="mx-auto flex-shrink-0 w-5 h-5 text-neutral-900" />
|
||||
</td>
|
||||
|
||||
@@ -139,10 +139,10 @@ export default function Footer() {
|
||||
</li>
|
||||
<li className="mb-4">
|
||||
<Link
|
||||
href="https://join.slack.com/t/firezone-users/shared_invite/zt-19jd956j4-rWcCqiKMh~ikPGsUFbvZiA"
|
||||
href="https://discord.gg/DY8gxpSgep"
|
||||
className="hover:underline hover:text-neutral-900"
|
||||
>
|
||||
Slack
|
||||
Discord
|
||||
</Link>
|
||||
</li>
|
||||
<li className="mb-4">
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
import { DocSearch } from "@docsearch/react";
|
||||
import "@docsearch/css";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function SupportOptions() {
|
||||
return (
|
||||
@@ -12,20 +13,18 @@ export default function SupportOptions() {
|
||||
<p>Try asking on one of our community-powered support channels:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://discourse.firez.one/?utm_source=docs.firezone.dev">
|
||||
<Link href="https://discourse.firez.one/?utm_source=docs.firezone.dev">
|
||||
Discussion forums
|
||||
</a>
|
||||
</Link>
|
||||
: Ask questions, report bugs, and suggest features.
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://join.slack.com/t/firezone-users/shared_invite/zt-111043zus-j1lP_jP5ohv52FhAayzT6w">
|
||||
Public Slack group
|
||||
</a>
|
||||
: Join discussions, meet other users, and meet the contributors
|
||||
<Link href="https://discord.gg/DY8gxpSgep">Discord server</Link>:
|
||||
Join discussions, meet other users, and chat with the Firezone team
|
||||
</li>
|
||||
<li>
|
||||
<a href="mailto:support@firezone.dev">Email us</a>: We read every
|
||||
message.
|
||||
<Link href="mailto:support@firezone.dev">Email us</Link>: We read
|
||||
every message.
|
||||
</li>
|
||||
</ul>
|
||||
<div className="flex">
|
||||
|
||||
Reference in New Issue
Block a user