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 /README.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 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -213,12 +213,16 @@ Oh My Zsh isn't for everyone. We'll miss you, but we want to make this an easy b If you want to uninstall `oh-my-zsh`, just run `uninstall_oh_my_zsh` from the command-line. It will remove itself and revert your previous `bash` or `zsh` configuration. -## Contributing +## How do I contribute to Oh My Zsh? + +Before you participate in our delightful community, please read the [code of conduct](CODE_OF_CONDUCT.md). I'm far from being a [Zsh](https://www.zsh.org/) expert and suspect there are many ways to improve – if you have ideas on how to make the configuration easier to maintain (and faster), don't hesitate to fork and send pull requests! We also need people to test out pull-requests. So take a look through [the open issues](https://github.com/robbyrussell/oh-my-zsh/issues) and help where you can. +See [Contributing](CONTRIBUTING.md) for more details. + ### Do NOT send us themes We have (more than) enough themes for the time being. Please add your theme to the [external themes](https://github.com/robbyrussell/oh-my-zsh/wiki/External-themes) wiki page. |