diff --git a/README.rst b/README.rst index 1afbfa6b3..bd03111df 100644 --- a/README.rst +++ b/README.rst @@ -20,20 +20,14 @@ xonsh :target: https://xonsh.zulipchat.com/join/hbvue5rimpdkwkdjuiqfs7tv/ :alt: Join to xonsh.zulipchat.com - .. image:: https://travis-ci.org/xonsh/xonsh.svg?branch=main - :target: https://travis-ci.org/xonsh/xonsh - :alt: Travis + .. image:: https://github.com/xonsh/xonsh/actions/workflows/test.yml/badge.svg + :target: https://github.com/xonsh/xonsh/actions/workflows/test.yml + :alt: GitHub Actions - .. image:: https://ci.appveyor.com/api/projects/status/github/xonsh/xonsh?svg=true - :target: https://ci.appveyor.com/project/xonsh/xonsh - :alt: Appveyor - - .. image:: https://img.shields.io/badge/Google%20Cloud%20Shell-xonsh-green - :target: https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/xonsh/xonsh.git - :alt: Open in Google Cloud Shell .. image:: https://codecov.io/gh/xonsh/xonsh/branch/master/graphs/badge.svg?branch=main :target: https://codecov.io/github/xonsh/xonsh?branch=main :alt: codecov.io + .. image:: https://repology.org/badge/tiny-repos/xonsh.svg :target: https://repology.org/project/xonsh/versions :alt: repology.org @@ -55,7 +49,7 @@ And visit https://xon.sh for more information: Extensions ********** -Xonsh has the certain term for extensions and additional materials - xontrib - the short version of "contribution" word. +Xonsh has an extension/plugin system. We call these additions ``xontribs``. - `Xontribs on Github `_ - `Awesome xontribs `_ @@ -80,11 +74,11 @@ Jupyter-based interactive notebooks via `xontrib-jupyter `_. You can start with the `Developer guide `_. - Solve a `good first issue `_. -- Get the `idea `_ and `create new xontrib `_. +- Take an `idea `_ and `create a new xontrib `_. - Become xonsh core by deep diving into xonsh and improve the threading and subprocess logic. - `Become a sponsor to xonsh `_. - `Write a tweet`_, post or an article to spread the good word about xonsh in the world. @@ -97,4 +91,4 @@ We welcome new contributors! Credits ******* -- Thanks to `Zulip `_ for supporting xonsh community! \ No newline at end of file +- Thanks to `Zulip `_ for supporting the xonsh community!