diff options
author | Robby Russell <robby@planetargon.com> | 2019-04-04 09:45:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-04 09:45:00 -0700 |
commit | 4ddb2e384ab0840b1d8a6d4c95770ef8a6c25fcc (patch) | |
tree | c77517dc731af3973c5011ccf5a996fa0e1cbeb3 /CONTRIBUTING.md | |
parent | 3a6bf6bd26b809577d42cb606e05e9ea75373d5e (diff) | |
download | zsh-4ddb2e384ab0840b1d8a6d4c95770ef8a6c25fcc.tar.gz zsh-4ddb2e384ab0840b1d8a6d4c95770ef8a6c25fcc.tar.bz2 zsh-4ddb2e384ab0840b1d8a6d4c95770ef8a6c25fcc.zip |
Introducing a Code of Conduct based on the Contributor Covenant project. Adding links from the README and CONTRIBUTING pages to this, too, along with an email address for reporting abusive behavior to. Closes #7733 (#7734)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ac263fd18..f575157c2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,10 @@ # CONTRIBUTING GUIDELINES -Oh-My-Zsh is a community-driven project. Contribution is welcome, encouraged and appreciated. +Oh-My-Zsh is a community-driven project. Contribution is welcome, encouraged, and appreciated. It is also essential for the development of the project. +First, please take a moment to review our [code of conduct](CODE_OF_CONDUCT.md). + These guidelines are an attempt at better addressing the huge amount of pending issues and pull requests. Please read them closely. |