You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Scaladoc (API)](/contribute/scala-standard-library-api-documentation.html), [docs.scala-lang.org](https://docs.scala-lang.org/contribute.html) and [scala-lang.org](https://github.com/scala/scala-lang).
6
+
[Scaladoc (API)](/overviews/contribute/scala-standard-library-api-documentation.html), [docs.scala-lang.org](/contribute.html) and [scala-lang.org](https://github.com/scala/scala-lang).
Copy file name to clipboardExpand all lines: _overviews/contribute/bug-reporting-guide.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@ layout: multipage-overview
4
4
num: 7
5
5
partof: scala-contribution
6
6
overview-name: Contributing to Scala
7
-
permalink: /contribute/bug-reporting-guide.html
8
7
---
9
8
10
9
The Scala compiler and standard library bug tracker is located at [https://github.com/scala/bug](https://github.com/scala/bug). Before you submit a bug make sure that it is certainly a bug by following instructions in *Is it a Bug?*.
Copy file name to clipboardExpand all lines: _overviews/contribute/documentation.md
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@ layout: multipage-overview
4
4
num: 5
5
5
partof: scala-contribution
6
6
overview-name: Contributing to Scala
7
-
permalink: /contribute/documentation.html
8
7
---
9
8
## Contributing Documentation to the Scala project
10
9
@@ -24,11 +23,11 @@ Thanks
24
23
25
24
The Scala API documentation lives with the scala project source code. There are many ways you can help with improving Scaladoc, including:
26
25
27
-
*[Log issues for missing scaladoc documentation](/contribute/scala-standard-library-api-documentation.html#contribute-api-documentation-bug-reports) -
26
+
*[Log issues for missing scaladoc documentation](/overviews/contribute/scala-standard-library-api-documentation.html#contribute-api-documentation-bug-reports) -
28
27
Please *follow the issue submission process closely* to help prevent duplicate issues being created.
29
-
*[Claim Scaladoc Issues and Provide Documentation](/contribute/scala-standard-library-api-documentation.html) - please claim issues prior to working on a specific scaladoc task to prevent duplication of effort. If you sit on an issue for too long without submitting a pull request, it will revert back to unassigned and you will need to re-claim it.
28
+
*[Claim Scaladoc Issues and Provide Documentation](/overviews/contribute/scala-standard-library-api-documentation.html) - please claim issues prior to working on a specific scaladoc task to prevent duplication of effort. If you sit on an issue for too long without submitting a pull request, it will revert back to unassigned and you will need to re-claim it.
30
29
* You can also just
31
-
[submit new Scaladoc](/contribute/scala-standard-library-api-documentation.html)
30
+
[submit new Scaladoc](/overviews/contribute/scala-standard-library-api-documentation.html)
32
31
without creating an issue, but please look to see if there is an issue already submitted for your task and claim it if there is. If not, please post your intention to work on a specific scaladoc task on [Scala Contributors](https://contributors.scala-lang.org/) so that people know what you are doing.
33
32
34
33
### The Main Scala Documentation Site
@@ -45,7 +44,7 @@ without creating an issue, but please look to see if there is an issue already s
45
44
* SIP (Scala Improvement Process) Proposals
46
45
and more
47
46
48
-
Please read [contributing to the docs.scala-lang.org site](https://docs.scala-lang.org/contribute.html) through before embarking on changes. The site uses
47
+
Please read [contributing to the docs.scala-la
67D8
ng.org site](/contribute.html) through before embarking on changes. The site uses
49
48
the [Jekyll](https://jekyllrb.com/) markdown engine so you will need to follow the instructions to get that running as well.
50
49
51
50
### Updating scala-lang.org
@@ -56,4 +55,4 @@ to Scala and related projects) is provided on the main
56
55
[scala-lang GitHub project](https://github.com/scala/scala-lang) which may be forked to create pull requests.
57
56
58
57
Please read both the
59
-
[docs.scala-lang.org contribution](https://docs.scala-lang.org/contribute.html) document and the [scala-lang.org GitHub README](https://github.com/scala/scala-lang#scala-langorg) before embarking on any changes to the Scala language site, as it uses the same Jekyll markdown tool and many of the same conventions as the Scala documentation site.
58
+
[docs.scala-lang.org contribution](/contribute.html) document and the [scala-lang.org GitHub README](https://github.com/scala/scala-lang#scala-langorg) before embarking on any changes to the Scala language site, as it uses the same Jekyll markdown tool and many of the same conventions as the Scala documentation site.
0 commit comments