pekko/akka-docs/rst/project/issue-tracking.rst
kenji yoshida 3a2e918ccf =doc fix .rst syntax (#21032)
`[text](http://example.com)` is markdown syntax, not rst
2016-07-25 09:26:38 +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.