summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorjwehmschulte <julien.wehmschulte@yahoo.de>2019-11-04 14:45:18 +0100
committerGitHub <noreply@github.com>2019-11-04 14:45:18 +0100
commit19b4ce083ce93952d1999f2e790a6c38b7f02e12 (patch)
tree369e83a1bdc6a16d9ea34d0297310e9c4afd8c9d /CONTRIBUTING.rst
parentae091beeb9eeb4909256b586b43385e9f34ff447 (diff)
Added some outgoing links for the libraries/stacks
This should make it easier for new contributors to learn more about the required technology.
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 8a1e3228..2981b401 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -17,18 +17,18 @@ Quick summary of the various stacks / libraries we use
Backend:
-- Flask
-- SQLAlchemy
-- Gettext
-- Celery
-- ActivityPub (through little-boxes library)
-- PostgreSQL
+- `Flask <https://flask.palletsprojects.com/en/1.1.x/>`_
+- `SQLAlchemy <https://www.sqlalchemy.org/>`_
+- `Gettext <https://www.gnu.org/software/gettext/>`_
+- `Celery <http://www.celeryproject.org/>`_
+- ActivityPub (through `little-boxes <https://little-boxes.readthedocs.io/en/latest/>`_ library)
+- `PostgreSQL <https://www.postgresql.org/>`_
Frontend
-- VueJS
-- Bootstrap-vue
-- Gettext
+- `VueJS <https://vuejs.org/>`_
+- `Bootstrap-vue <https://bootstrap-vue.js.org/>`_
+- `Gettext <https://www.gnu.org/software/gettext/>`_
A quick path to contribute on the front-end
-------------------------------------------