]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
update README to refer to SQLAlchemy project standards
authorjonathan vanasco <jonathan@2xlp.com>
Fri, 6 Mar 2020 15:24:17 +0000 (10:24 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Mar 2020 18:44:18 +0000 (14:44 -0400)
* 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

README.rst

index 41ff16aa80d6bba42baa4623c3c2ada9c9e14ada..59c837151edc055241f8251894d028e338b17b35 100644 (file)
@@ -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>`_.