From: Federico Caselli Date: Thu, 23 Apr 2020 18:51:28 +0000 (+0200) Subject: Add code of conduct and contributing X-Git-Tag: rel_1_4_0b1~366 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=763d733e9418314e874448f6b461b5c6b94aaf0f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add code of conduct and contributing Change-Id: I9793920a9f082ee85be0f4c94f2ce208cf2c6be9 --- diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md new file mode 100644 index 0000000000..3b8e9bf7ee --- /dev/null +++ b/.github/CODE_OF_CONDUCT.md @@ -0,0 +1,6 @@ +# 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](http://www.sqlalchemy.org/codeofconduct.html). \ No newline at end of file diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000000..d5f40051f2 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Contributing to SQLAlchemy + +Please see out current Developer Guide at [Develop](https://www.sqlalchemy.org/develop.html) diff --git a/SECURITY.md b/.github/SECURITY.md similarity index 100% rename from SECURITY.md rename to .github/SECURITY.md