From 5be013a059ff98097ba3695bd20265ce5ee919e8 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Sat, 18 Sep 2021 09:07:22 +0200 Subject: [PATCH] update contributing guidelines and chat reference --- .github/ISSUE_TEMPLATE/config.yml | 2 +- CONTRIBUTING.md | 12 +++++++++++- README.md | 2 +- website/blog/2019-05-19-15-verdaccio-4-release.md | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9f78ee92a..b3ae4a097 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -7,7 +7,7 @@ contact_links: url: https://github.com/verdaccio/verdaccio/security/policy about: I want to report a security vulnerability - name: Chat 🏘 - url: http://chat.verdaccio.org + url: https://discord.gg/7qWJxBf about: For a quick question you should do it through our community chat - name: User Interface Report 👩🏼‍🎨👨🏼‍🎨 url: https://github.com/verdaccio/ui/issues/new/choose diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 107f7ea7e..521e95fcc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,6 +19,7 @@ guidelines for you: - [What's is not considered a bug?](#whats-is-not-considered-a-bug) - [Issue Search](#issue-search) - [Chat](#chat) + - [Translations](#translations) - [Request Features](#request-features) - [Contributing Guidelines](#contributing-guidelines) - [Submitting a Pull Request](#submitting-a-pull-request) @@ -190,10 +191,19 @@ affecting multiple people. ### Chat -Questions can be asked via [Discord](http://chat.verdaccio.org/) +Questions can be asked via [Discord](https://discord.gg/7qWJxBf) **Please use the `#help` channel.** +## Translations + +All translations are provided by the `crowdin` platform: +[https://translate.verdaccio.org/](https://translate.verdaccio.org/) + +If you want to contribute by adding translations, create an account (GitHub could be used as fast alternative), in the platform you can contribute to two areas, the website or improve User Interface translations. + +If a language is not listed, ask for it in the [Discord](https://discord.gg/7qWJxBf) channel #contribute channel. + ## Request Features New feature requests are welcome. Analyse whether the idea fits within scope of diff --git a/README.md b/README.md index 0e515b7b0..984ebafd8 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ If you have any issue you can try the following options, do no desist to ask or - [Donations](https://github.com/sponsors/verdaccio) - [Reporting an issue](https://github.com/verdaccio/verdaccio/issues/new/choose) - [Running discussions](https://github.com/verdaccio/verdaccio/issues?q=is%3Aissue+is%3Aopen+label%3Adiscuss) -- [Chat](http://chat.verdaccio.org/) +- [Chat](https://discord.gg/7qWJxBf) - [Logos](https://verdaccio.org/docs/en/logo) - [Docker Examples](https://github.com/verdaccio/verdaccio/tree/master/docker-examples) - [FAQ](https://github.com/verdaccio/verdaccio/discussions/categories/q-a) diff --git a/website/blog/2019-05-19-15-verdaccio-4-release.md b/website/blog/2019-05-19-15-verdaccio-4-release.md index 47f0379ea..712b290c9 100644 --- a/website/blog/2019-05-19-15-verdaccio-4-release.md +++ b/website/blog/2019-05-19-15-verdaccio-4-release.md @@ -235,7 +235,7 @@ If you have any issue you can try the following options, do no desist to ask or - [Roadmap](https://github.com/verdaccio/verdaccio/projects) - [Reporting an issue](https://github.com/verdaccio/verdaccio/blob/master/CONTRIBUTING.md#reporting-a-bug) - [Running discussions](https://github.com/verdaccio/verdaccio/issues?q=is%3Aissue+is%3Aopen+label%3Adiscuss) -- [Chat](http://chat.verdaccio.org/) +- [Chat](https://discord.gg/7qWJxBf) - [Logos](https://verdaccio.org/docs/en/logo) - [FAQ](https://github.com/verdaccio/verdaccio/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Aquestion%20) - [Docker Examples](https://github.com/verdaccio/docker-examples)