resources.txt 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .. _getting-help:
  2. Getting Help
  3. ============
  4. .. _mailing-list:
  5. Mailing list
  6. ------------
  7. For discussions about the usage, development, and future of Celery,
  8. please join the `celery-users`_ mailing list.
  9. .. _`celery-users`: https://groups.google.com/group/celery-users/
  10. .. _irc-channel:
  11. IRC
  12. ---
  13. Come chat with us on IRC. The **#celery** channel is located at the `Freenode`_
  14. network.
  15. .. _`Freenode`: https://freenode.net
  16. .. _bug-tracker:
  17. Bug tracker
  18. ===========
  19. If you have any suggestions, bug reports, or annoyances please report them
  20. to our issue tracker at https://github.com/celery/celery/issues/
  21. .. _wiki:
  22. Wiki
  23. ====
  24. https://wiki.github.com/celery/celery/
  25. .. _contributing-short:
  26. Contributing
  27. ============
  28. Development of `celery` happens at GitHub: https://github.com/celery/celery
  29. You're highly encouraged to participate in the development
  30. of `celery`. If you don't like GitHub (for some reason) you're welcome
  31. to send regular patches.
  32. Be sure to also read the `Contributing to Celery`_ section in the
  33. documentation.
  34. .. _`Contributing to Celery`:
  35. http://docs.celeryproject.org/en/master/contributing.html
  36. .. _license:
  37. License
  38. =======
  39. This software is licensed under the `New BSD License`. See the :file:`LICENSE`
  40. file in the top distribution directory for the full license text.
  41. .. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround