]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add code of conduct and contributing
authorFederico Caselli <cfederico87@gmail.com>
Thu, 23 Apr 2020 18:51:28 +0000 (20:51 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 23 Apr 2020 18:51:28 +0000 (20:51 +0200)
Change-Id: I9793920a9f082ee85be0f4c94f2ce208cf2c6be9

.github/CODE_OF_CONDUCT.md [new file with mode: 0644]
.github/CONTRIBUTING.md [new file with mode: 0644]
.github/SECURITY.md [moved from SECURITY.md with 100% similarity]

diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md
new file mode 100644 (file)
index 0000000..3b8e9bf
--- /dev/null
@@ -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 (file)
index 0000000..d5f4005
--- /dev/null
@@ -0,0 +1,3 @@
+# Contributing to SQLAlchemy
+
+Please see out current Developer Guide at [Develop](https://www.sqlalchemy.org/develop.html)
similarity index 100%
rename from SECURITY.md
rename to .github/SECURITY.md