From 763d733e9418314e874448f6b461b5c6b94aaf0f Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Thu, 23 Apr 2020 20:51:28 +0200 Subject: [PATCH] Add code of conduct and contributing Change-Id: I9793920a9f082ee85be0f4c94f2ce208cf2c6be9 --- .github/CODE_OF_CONDUCT.md | 6 ++++++ .github/CONTRIBUTING.md | 3 +++ SECURITY.md => .github/SECURITY.md | 0 3 files changed, 9 insertions(+) create mode 100644 .github/CODE_OF_CONDUCT.md create mode 100644 .github/CONTRIBUTING.md rename SECURITY.md => .github/SECURITY.md (100%) 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 -- 2.47.3