Community: Update Gitter links to Matrix, Update Badges, Remove editor extensions (#9898)

* Community: Update Gitter links to Matrix

* Update MAINTAINERS Chatroom links (2021-2013)

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update Final Gitter Links with Issue, Fix wrong date

* COMMUNITY-ROLES: add Matrix link

* Remove Space in Issue template

* Apply suggestions from code review

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>

* Update MAINTAINERS.md

* Update matrix badge

* CONTRIBUTING: Update matrix badge

* README: Update badges

* CONTRIBUTING: Update badges

* README: Remove editor extensions

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
This commit is contained in:
K.B.Dharun Krishna
2023-03-27 10:44:21 +05:30
committed by GitHub
parent eb0e2487cc
commit 46ab966a5a
7 changed files with 22 additions and 31 deletions

View File

@@ -2,21 +2,21 @@
<h1><a href="https://tldr.sh/"><img alt="tldr-pages" src="images/banner.png" width=600/></a></h1>
[![Build status][github-actions-image]][github-actions-url]
[![Gitter chat][gitter-image]][gitter-url]
[![Matrix chat][matrix-image]][matrix-url]
[![Merged PRs][prs-merged-image]][prs-merged-url]
[![GitHub contributors][contributors-image]][contributors-url]
[![license][license-image]][license-url]
[github-actions-url]: https://github.com/tldr-pages/tldr/actions
[github-actions-image]: https://img.shields.io/github/actions/workflow/status/tldr-pages/tldr/ci.yml?branch=main
[gitter-url]: https://gitter.im/tldr-pages/tldr
[gitter-image]: https://img.shields.io/badge/chat-on_gitter-deeppink
[github-actions-image]: https://img.shields.io/github/actions/workflow/status/tldr-pages/tldr/ci.yml?branch=main&label=Build
[matrix-url]: https://matrix.to/#/#tldr-pages:matrix.org
[matrix-image]: https://img.shields.io/matrix/tldr-pages:matrix.org?label=Chat+on+Matrix
[prs-merged-url]: https://github.com/tldr-pages/tldr/pulls?q=is:pr+is:merged
[prs-merged-image]: https://img.shields.io/github/issues-pr-closed-raw/tldr-pages/tldr.svg?label=merged+PRs&color=green
[prs-merged-image]: https://img.shields.io/github/issues-pr-closed-raw/tldr-pages/tldr.svg?label=Merged+PRs&color=green
[contributors-url]: https://github.com/tldr-pages/tldr/graphs/contributors
[contributors-image]: https://img.shields.io/github/contributors-anon/tldr-pages/tldr.svg
[contributors-image]: https://img.shields.io/github/contributors-anon/tldr-pages/tldr.svg?label=Contributors
[license-url]: https://github.com/tldr-pages/tldr/blob/main/LICENSE.md
[license-image]: https://img.shields.io/badge/license-CC_BY_4.0-blue.svg
[license-image]: https://img.shields.io/badge/license-CC_BY_4.0-blue.svg?label=License
</div>
## What is tldr-pages?
@@ -94,12 +94,6 @@ All `tldr` pages are written in markdown, so they can be edited quite easily and
pull requests here using Git on the command-line or
using the GitHub web interface.
But we already have some plugins for different editors to enhance the tldr page editing experience:
- [Emacs](https://github.com/tldr-pages/tldr-emacs-extension)
For editors without a plugin system, we provide a set of configurations in a [separate repo](https://github.com/tldr-pages/tldr-editor-configs).
We strive to maintain a [welcoming and collaborative](GOVERNANCE.md) community.
If it's your first time contributing, have a look at the [contributing guidelines](CONTRIBUTING.md), and go ahead!