pekko/akka-docs/rst/project/issue-tracking.rst
Konrad Malawski 8d0c163eaf Update issue-tracking.rst with links etc (#20905)
* Update issue-tracking.rst with links etc

* Update issue-tracking.rst
2016-07-07 21:42:02 +02:00

44 lines
1.2 KiB
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
^^^^^^^^
Short and long-term plans are published in the [akka/akka-meta](https://github.com/akka/akka-meta/issues) repository.
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!
Submitting Pull Requests
------------------------
.. note:: *A pull request is worth a thousand +1's.* -- Old Klangian Proverb
Pull Requests fixing issues or adding functionality are very welcome.
Please read [CONTRIBUTING.md](https://github.com/akka/akka/blob/master/CONTRIBUTING.md) for
more information about contributing to Akka.