From a3e44717c1c5427971a18cda006f659f652903a0 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Fri, 8 Jun 2018 18:20:54 -0700 Subject: [PATCH] link to old issues list from readme I suggest that we merge this and then close #61 rather than leaving it open forever. (that's we did in the scala-xml repo.) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e11fe60c..b9e97aac 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,14 @@ Scala-parser-combinators directly supports Scala.js 0.6+: libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "1.1.1" ``` +## Issues + +Many old issues from the Scala JIRA issue tracker have been migrated +here, but not all of them. Community assistance identifying and +migrating still-relevant issues is welcome. See [this +page](https://github.com/scala/scala-parser-combinators/issues/61) for +details. + ## Contributing * See the [Scala Developer Guidelines](https://github.com/scala/scala/blob/2.13.x/CONTRIBUTING.md) for general contributing guidelines