From b0869b970ff6c5cb8a907b7a690f16a933c4889f Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 30 Sep 2020 18:22:34 -0700 Subject: [PATCH 1/2] merge other files into readme and update everything --- CONTRIBUTING.md | 40 ---------------------------------------- README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index f09aa96..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,40 +0,0 @@ -# Welcome to the Scala compiler & standard library bug tracker! - -## Scope of this tracker - -This is the right place to report a bug or a minor shortcoming in the Scala compiler, standard library, and language specification. - -To keep this tracker focused, we ask that feature requests and discussion of potential language changes take place in the [language design](https://contributors.scala-lang.org/c/language-design) category on our contributors forum. - -## Before opening an issue - -Thank you for finding a bug. We're sorry for the trouble it caused! - -Before opening an issue here, please: - - 1. do a search to make sure it's a new bug - 2. use a small, self-contained snippet of Scala code to illustrate what happened, and contrast with what you expected the compiler to say or the library to do; - 3. include the Scala version(s) you've tried, and the version of the JVM you're using. - -A bug report without a small, self-contained code snippet is much less likely to receive attention. - -## Assistance from the community - -If you're not sure whether your issue is a bug, we are happy to help at: - - - [the Scala Users forum](https://users.scala-lang.org/); - - [the scala/scala Gitter room](https://gitter.im/scala/scala); - - [questions tagged with #scala on Stack Overflow](http://stackoverflow.com/questions/tagged/scala). - -## Help with contributing fixes - -We are happy to help you with your contribution via: - - - [the Scala Contributors forum](https://contributors.scala-lang.org/); - - [the scala/contributors Gitter room](https://gitter.im/scala/contributors); - - [our "Get Ready to Contribute" guide](https://github.com/scala/scala/#get-ready-to-contribute); - - [our "Scala Hacker" guide](http://scala-lang.org/contribute/hacker-guide.html). - -## About - -The first 10250 issues in this tracker were [imported](https://github.com/adriaanm/bbj) from [JIRA](https://issues.scala-lang.org?orig=1). We made every attempt to preserve all data and metadata that's supported by the GitHub import API. Sadly, the author metadata could not be preserved directly. diff --git a/README.md b/README.md index 4fe82ec..642cf6e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,49 @@ -# Welcome to the Scala 2 tracker! +# Welcome to the Scala 2 bug tracker! -## What belongs here? +This is the right place to report a bug or a minor shortcoming in the Scala 2 compiler, standard library, or language specification. -This is the right place to report a bug or a minor shortcoming in the Scala 2 compiler, standard library, and language specification. +## No questions, please + +If you're not certain your issue is a bug, please ask about it elsewhere first: + + - [the Scala Users forum](https://users.scala-lang.org/); + - [the scala/scala Gitter room](https://gitter.im/scala/scala); + - [questions tagged with #scala on Stack Overflow](http://stackoverflow.com/questions/tagged/scala). + +## No feature requests, please To keep this tracker focused, we ask that feature requests and discussion of potential language changes take place in the [language design](https://contributors.scala-lang.org/c/language-design) category on our contributors forum. -For further bug reporting guidelines, see [CONTRIBUTING.md](https://github.com/scala/bug/blob/master/CONTRIBUTING.md). +## How to report a bug + +Thank you for finding a bug. We're sorry for the trouble it caused! + +Before opening an issue here, please: + + 1. do a search to make sure it hasn't already been reported + 2. use a small, self-contained snippet of Scala code to illustrate what happened, and contrast with what you expected the compiler to say or the library to do; + 3. include the Scala version(s) you've tried, and the version of the JVM you're using. + +A bug report without a small, self-contained code snippet is much less likely to receive attention. + +## Help with contributing fixes + +We are happy to help you with your contribution via: + + - [the Scala Contributors forum](https://contributors.scala-lang.org/); + - [the scala/contributors Gitter room](https://gitter.im/scala/contributors); + - [our "Get Ready to Contribute" guide](https://github.com/scala/scala/#get-ready-to-contribute); + - [our "Scala Hacker" guide](https://scala-lang.org/contribute/hacker-guide.html). + +## Where is Scala 3? + +It's in the [dotty repo](https://github.com/lampepfl/dotty). + +## History + +This repo is separate from [scala/scala](https://github.com/scala/scala) because we wanted to preserve the issue numbers from our previous bug trackers, but those numbers conflicted with the pull-request numbers in scala/scala. + +The first 10250 issues in this tracker were [imported](https://github.com/adriaanm/bbj) from [JIRA](https://issues.scala-lang.org?orig=1). We made every attempt to preserve all data and metadata that's supported by the GitHub import API. Sadly, the author metadata could not be preserved directly. + +Serious archaeologists can dig up the dusty skeletons of tickets 1-1299 from [Aladdin](http://lrytz.github.io/scala-aladdin-bugtracker/displayBugs.do.html). + From e47bb530a7d138faa569257730c7f83dc910f353 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 30 Sep 2020 18:25:47 -0700 Subject: [PATCH 2/2] make CONTRIBUTING.md a symlink to README.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) create mode 120000 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 120000 index 0000000..42061c0 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +README.md \ No newline at end of file