diff options
| author | Eric Cheng <[email protected]> | 2022-01-28 02:30:20 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-28 08:30:20 +0100 |
| commit | 32b483920450a5c1a084e83723f1c433db8ff34f (patch) | |
| tree | 4cd7a0552399b08f19f58ac6c75380467e1745dc /.github | |
| parent | 4ca61ca5b73c3cd4a0ba4094aabd492e2b7f74bf (diff) | |
| download | faker-32b483920450a5c1a084e83723f1c433db8ff34f.tar.xz faker-32b483920450a5c1a084e83723f1c433db8ff34f.zip | |
feat: add chat.fakerjs.dev subdomain redirection to discord (#306)
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 313e0995..6af83956 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: Discord Chat - url: discord.gg/4qDjAmDj4P + url: https://chat.fakerjs.dev about: Ask questions and discuss with other users in real time. - name: Questions & Discussions url: https://github.com/faker-js/faker.js/discussions |
