From 8d0c163eafe153c9a54f362641f631dcaa6854f1 Mon Sep 17 00:00:00 2001 From: Konrad Malawski Date: Thu, 7 Jul 2016 21:42:02 +0200 Subject: [PATCH] Update issue-tracking.rst with links etc (#20905) * Update issue-tracking.rst with links etc * Update issue-tracking.rst --- akka-docs/rst/project/issue-tracking.rst | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/akka-docs/rst/project/issue-tracking.rst b/akka-docs/rst/project/issue-tracking.rst index 169ba87d03..7a68465e63 100644 --- a/akka-docs/rst/project/issue-tracking.rst +++ b/akka-docs/rst/project/issue-tracking.rst @@ -19,11 +19,7 @@ have reproducible test cases that you can share. Roadmaps ^^^^^^^^ -Please refer to the `Akka roadmap -`_ -in order to find out the general theme of work to be done for upcoming versions -of Akka. - +Short and long-term plans are published in the [akka/akka-meta](https://github.com/akka/akka-meta/issues) repository. Creating tickets ---------------- @@ -35,4 +31,14 @@ 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. + +