From 24eb299a9b30e32c9041b22c4d1688ec8032c2bf Mon Sep 17 00:00:00 2001 From: Jeremy Gillula Date: Tue, 16 Apr 2019 16:27:22 -0700 Subject: [PATCH 1/3] Added a link to the EFF Public Projects Code of Conduct to the readme. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index f55581268..0f26901d7 100644 --- a/README.rst +++ b/README.rst @@ -28,6 +28,8 @@ Contributing If you'd like to contribute to this project please read `Developer Guide `_. +This project is governed by `EFF's Public Projects Code of Conduct `_. + .. _installation: Installation From 7e5dcaa38397438969eb46f1fc8c04046afa7261 Mon Sep 17 00:00:00 2001 From: Jeremy Gillula Date: Tue, 16 Apr 2019 16:28:32 -0700 Subject: [PATCH 2/3] Adding the EFF Public Projects Code of Conduct to the contributing guide --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d740b7d89..07187eb59 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,3 +33,5 @@ started. In particular, we recommend you read these sections - [Finding issues to work on](https://certbot.eff.org/docs/contributing.html#find-issues-to-work-on) - [Coding style](https://certbot.eff.org/docs/contributing.html#coding-style) - [Submitting a pull request](https://certbot.eff.org/docs/contributing.html#submitting-a-pull-request) + - [EFF's Public Projects Code of Conduct](https://www.eff.org/pages/eppcode) + From f5d0d4241f790fa5890e100637bba9def0448ba2 Mon Sep 17 00:00:00 2001 From: Jeremy Gillula Date: Wed, 17 Apr 2019 11:36:26 -0700 Subject: [PATCH 3/3] Added a CODE_OF_CONDUCT.md file so Github doesn't complain --- CODE_OF_CONDUCT.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..142b31c93 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1 @@ +This project is governed by [EFF's Public Projects Code of Conduct](https://www.eff.org/pages/eppcode). \ No newline at end of file