diff options
author | Robby Russell <robby@planetargon.com> | 2014-09-01 12:59:47 +0200 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2014-09-01 12:59:47 +0200 |
commit | 39fb6c9d35a555674de36ea02a4ae4c226c387a4 (patch) | |
tree | 11a45c020e52101871f94fd76aaf5b7bb940859c | |
parent | fdba0f43f51b28ac9b13d22d5ac526af85cf0c69 (diff) | |
download | zsh-39fb6c9d35a555674de36ea02a4ae4c226c387a4.tar.gz zsh-39fb6c9d35a555674de36ea02a4ae4c226c387a4.tar.bz2 zsh-39fb6c9d35a555674de36ea02a4ae4c226c387a4.zip |
Revert "Add a CONTRIBUTING file to instruct people on issues and pull requests"
-rw-r--r-- | CONTRIBUTING.md | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 9964c380d..000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,42 +0,0 @@ -# CONTRIBUTING GUIDELINE - -1. [Luke, use the search](#luke-use-the-search) -2. [You have a problem](#you-have-a-problem) -3. [You have a solution](#you-have-a-solution) - -**BONUS:** [You have free time to volunteer](#you-have-free-time-to-volunteer) - -## LUKE, USE THE SEARCH - -May the experiences of other people be with you - - -## YOU HAVE A PROBLEM - -See point 1, then look at FAQ or Troubleshooting wiki pages (first we'll have to make them) - - -## YOU HAVE A SOLUTION - -See point 1, then go ahead (unless your solution is yet another theme) - - -## YOU HAVE FREE TIME TO VOLUNTEER - -Cool! Please have a look at the list below to understand how oh-my-zsh categorizes its issues. - -Classification of issues and - -- Bugs, which may be: - - Specific of zsh \* - - Regressions, in which we should summon the author of the offending commit once it is located - -- Feature requests - -- Helpdesk, which may be: - - Specific of zsh \* - - Everything else - -\* In the case of bugs, I see the benefit in going through the trouble of responding to that. After all, oh-my-zsh should be the missing link that makes zsh perfect, and hunting down an upstream bug can lead to a submitted PR. -In the case of helpdesk, minimal response should be done. That is, provide a link to the wiki with the relevant information, or -add it to the FAQ of the wiki and point to it afterwards. |