From: jonathan vanasco Date: Fri, 6 Mar 2020 15:24:17 +0000 (-0500) Subject: update README to refer to SQLAlchemy project standards X-Git-Tag: rel_1_4_2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0753306f9c96b23913f24041b3bf2f74d5dc74b1;p=thirdparty%2Fsqlalchemy%2Falembic.git 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 --- diff --git a/README.rst b/README.rst index 41ff16aa..59c83715 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 `_ and +adheres to the same standards and conventions as the core project. + +Development / Bug reporting / Pull requests +___________________________________________ + +Please refer to the +`SQLAlchemy Community Guide `_ 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 `_. + +License +======= + +Alembic is distributed under the `MIT license +`_.