summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorjonathan vanasco <jonathan@2xlp.com>2020-03-06 10:24:17 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2020-03-18 14:44:18 -0400
commit0753306f9c96b23913f24041b3bf2f74d5dc74b1 (patch)
tree775c68e08835e1650279b72114a1e002ec3e65b9 /README.rst
parent499ccb3ed186c52925ecfdb81f5e9859dd1e5122 (diff)
downloadalembic-0753306f9c96b23913f24041b3bf2f74d5dc74b1.tar.gz
update README to refer to SQLAlchemy project standards
* updated README to showcase code-of-conduct and development links Closes: #645 Pull-request: https://github.com/sqlalchemy/alembic/pull/645 Pull-request-sha: a3584c5d7e21d4d64c989981a80f28d404579542 Change-Id: Ie14b1826ba79724821731bb0be46b7ab9c6627b5
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 41ff16a..59c8371 100644
--- a/README.rst
+++ b/README.rst
@@ -76,3 +76,29 @@ The goals of Alembic are:
Documentation and status of Alembic is at https://alembic.sqlalchemy.org/
+The SQLAlchemy Project
+======================
+
+Alembic is part of the `SQLAlchemy Project <https://www.sqlalchemy.org>`_ and
+adheres to the same standards and conventions as the core project.
+
+Development / Bug reporting / Pull requests
+___________________________________________
+
+Please refer to the
+`SQLAlchemy Community Guide <https://www.sqlalchemy.org/develop.html>`_ for
+guidelines on coding and participating in this project.
+
+Code of Conduct
+_______________
+
+Above all, SQLAlchemy places great emphasis on polite, thoughtful, and
+constructive communication between users and developers.
+Please see our current Code of Conduct at
+`Code of Conduct <https://www.sqlalchemy.org/codeofconduct.html>`_.
+
+License
+=======
+
+Alembic is distributed under the `MIT license
+<https://opensource.org/licenses/MIT>`_.