get_in_touch.rst 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. .. _get_in_touch:
  2. ====================
  3. Get in touch with us
  4. ====================
  5. Using the mailing list
  6. **********************
  7. General discussion of Elephant development takes place in the
  8. `NeuralEnsemble Google group <http://groups.google.com/group/neuralensemble>`_.
  9. Discussion of issues should take place on the `Issue tracker`_.
  10. Using the issue tracker
  11. ***********************
  12. If you find a bug in Elephant, please create a new ticket on the
  13. `Issue tracker`_.
  14. Choose a name that is as specific as possible to the problem you've found, and
  15. in the description give as much information as you think is necessary to
  16. recreate the problem. The best way to do this is to create the shortest possible
  17. Python script that demonstrates the problem, and attach the file to the ticket.
  18. If you have an idea for an improvement to Elephant, create a ticket with type
  19. "enhancement". If you already have an implementation of the idea, open a
  20. `pull request <https://github.com/NeuralEnsemble/elephant/pulls>`_.
  21. .. _Issue tracker: https://github.com/NeuralEnsemble/elephant/issues