pekko/akka-docs/rst/project/issue-tracking.rst
Roland Kuhn 6947f15084 =doc switch to GitHub Issues
also remove the `experimental` marker from multi-node-testing’s docs
2014-04-13 18:38:11 +02:00

38 lines
942 B
ReStructuredText

.. _issue_tracking:
Issue Tracking
==============
Akka is using GitHub Issues as its issue tracking system.
Browsing
--------
Tickets
^^^^^^^
Before filing a ticket, please check the existing `Akka tickets
<https://github.com/akka/akka/issues>`_ for earlier reports of the same
problem. You are very welcome to comment on existing tickets, especially if you
have reproducible test cases that you can share.
Roadmaps
^^^^^^^^
Please refer to the `Akka roadmap
<https://docs.google.com/document/d/18W9-fKs55wiFNjXL9q50PYOnR7-nnsImzJqHOPPbM4E/pub>`_
in order to find out the general theme of work to be done for upcoming versions
of Akka.
Creating tickets
----------------
*Please include the versions of Scala and Akka and relevant configuration files.*
You can create a `new ticket <https://github.com/akka/akka/issues/new>`_ if you
have registered a GitHub user account.
Thanks a lot for reporting bugs and suggesting features!