Skip to content

Commit

Permalink
TASK: Update Readme.rst
Browse files Browse the repository at this point in the history
Update badges and references to master branch…
  • Loading branch information
kdambekalns committed Oct 4, 2022
1 parent 68834ec commit 0778331
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions Readme.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
|Travis Build Status| |Code Climate| |StyleCI| |Latest Stable Version| |Commits since last release| |License| |Docs| |API| |Slack| |Forum| |Issues| |Percentage of issues still open| |Average time to resolve an issue| |Translate| |Twitter|
|Code Climate| |StyleCI| |Latest Stable Version| |Commits since last release| |License| |Docs| |Slack| |Forum| |Issues| |Percentage of issues still open| |Average time to resolve an issue| |Translate| |Twitter|

.. |Average time to resolve an issue| image:: http://isitmaintained.com/badge/resolution/neos/flow-development-collection.svg
:target: https://github.com/neos/flow-development-collection/issues
Expand All @@ -9,27 +9,21 @@
.. |Commits since last release| image:: https://img.shields.io/github/commits-since/neos/flow-development-collection/latest.svg
:target: https://github.com/neos/flow-development-collection/releases/latest)
:alt: commits since latest release
.. |Travis Build Status| image:: https://travis-ci.org/neos/flow-development-collection.svg?branch=master
:target: https://travis-ci.org/neos/flow-development-collection
:alt: Travis
.. |Code Climate| image:: https://codeclimate.com/github/neos/flow-development-collection/badges/gpa.svg
:target: https://codeclimate.com/github/neos/flow-development-collection
:alt: Code Climate
.. |StyleCI| image:: https://styleci.io/repos/40963991/shield?style=flat&branch=master
.. |StyleCI| image:: https://styleci.io/repos/40963991/shield?style=flat&branch=8.2
:target: https://styleci.io/repos/40963991
:alt: StyleCI
.. |Latest Stable Version| image:: https://poser.pugx.org/neos/flow-development-collection/v/stable
:target: https://packagist.org/packages/neos/flow-development-collection
:alt: Latest Stable Version
.. |License| image:: https://poser.pugx.org/neos/flow-development-collection/license
:target: https://raw.githubusercontent.com/neos/flow/master/LICENSE
:target: https://raw.githubusercontent.com/neos/flow/8.2/LICENSE
:alt: License
.. |Docs| image:: https://img.shields.io/badge/documentation-latest-blue.svg
:target: https://flowframework.readthedocs.org/en/latest/
:alt: Documentation
.. |API| image:: https://img.shields.io/badge/API%20docs-master-blue.svg
:target: http://neos.github.io/flow/master/
:alt: API Docs
.. |Slack| image:: http://slack.neos.io/badge.svg
:target: http://slack.neos.io
:alt: Slack
Expand All @@ -39,8 +33,8 @@
.. |Issues| image:: https://img.shields.io/github/issues/neos/flow-development-collection.svg
:target: https://github.com/neos/flow-development-collection/issues
:alt: Issues
.. |Translate| image:: https://img.shields.io/badge/translate-Crowdin-85ae52.svg
:target: http://translate.neos.io/
.. |Translate| image:: https://img.shields.io/badge/translate-weblate-85ae52.svg
:target: https://hosted.weblate.org/projects/neos/
:alt: Translation
.. |Twitter| image:: https://img.shields.io/twitter/follow/neoscms.svg?style=social
:target: https://twitter.com/NeosCMS
Expand All @@ -60,7 +54,7 @@ Contributing

If you want to contribute to Flow Framework and want to set up a development environment, then follow these steps:

``composer create-project neos/flow-development-distribution flow-development dev-master --keep-vcs``
``composer create-project neos/flow-development-distribution flow-development @dev --keep-vcs``

Note the **-distribution** package you create a project from, instead of just checking out this repository.

Expand Down

0 comments on commit 0778331

Please sign in to comment.