README.MAILINGLIST_RULES 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. ====================
  2. Mailinglist Rules
  3. ====================
  4. This is the first file you should be reading before doing any posts on PHP
  5. mailinglists. Following these rules is considered imperative to the success of
  6. the PHP project. Therefore expect your contributions to be of much less positive
  7. impact if you do not follow these rules. More importantly you can actually
  8. assume that not following these rules will hurt the PHP project.
  9. PHP is developed through the efforts of a large number of people.
  10. Collaboration is a Good Thing(tm), and mailinglists lets us do this. Thus,
  11. following some basic rules with regards to mailinglist usage will:
  12. a. Make everybody happier, especially those responsible for developing PHP
  13. itself.
  14. b. Help in making sure we all use our time more efficiently.
  15. c. Prevent you from making a fool of yourself in public.
  16. d. Increase the general level of good will on planet Earth.
  17. Having said that, here are the organizational rules:
  18. 1. Respect other people working on the project.
  19. 2. Do not post when you are angry. Any post can wait a few hours. Review
  20. your post after a good breather or a good nights sleep.
  21. 3. Make sure you pick the right mailinglist for your posting. Please review
  22. the descriptions on the mailinglist overview page
  23. (http://www.php.net/mailing-lists.php). When in doubt ask a friend or
  24. someone you trust on IRC.
  25. 4. Make sure you know what you are talking about. PHP is a very large project
  26. that strives to be very open. The flip side is that the core developers
  27. are faced with a lot of requests. Make sure that you have done your
  28. research before posting to the entire developer community.
  29. 5. Patches have a much greater chance of acceptance than just asking the
  30. PHP developers to implement a feature for you. For one it makes the
  31. discussion more concrete and it shows that the poster put thought and time
  32. into the request.
  33. 6. If you are posting to an existing thread, make sure that you know what
  34. previous posters have said. This is even more important the longer the
  35. thread is already.
  36. 7. Please configure your email client to use a real name and keep message
  37. signatures to a maximum of 2 lines if at all necessary.
  38. The next few rules are more some general hints:
  39. 1. If you notice that your posting ratio is much higher than that of other
  40. people, double check the above rules. Try to wait a bit longer before
  41. sending your replies to give other people more time to digest your answers
  42. and more importantly give you the opportunity to make sure that you
  43. aggregate your current position into a single mail instead of multiple
  44. ones.
  45. 2. Consider taking a step back from a very active thread now and then. Maybe
  46. talking to some friends and fellow developers will help in understanding
  47. the other opinions better.
  48. 3. Do not top post. Place your answer underneath anyone you wish to quote
  49. and remove any previous comment that is not relevant to your post.
  50. 4. Do not high-jack threads, by bringing up entirely new topics. Please
  51. create an entirely new thread copying anything you wish to quote into the
  52. new thread.
  53. Finally, additional hints on how to behave inside the virtual community can be
  54. found in RFC 1855 (http://www.faqs.org/rfcs/rfc1855.html).
  55. Happy hacking,
  56. PHP Team