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
Copy file name to clipboardExpand all lines: _sips/sip-tutorial.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This tutorial details of how to write a new SIP and adding it to the website.
10
10
The process to submit is simple:
11
11
12
12
* Fork the [Scala documentation repository](https://github.com/scala/docs.scala-lang) and clone it.
13
-
* Create a new SIP file in the `sips/pending/_posts/`. Use the [SIP template](https://github.com/scala/docs.scala-lang/blob/master/_sips/sip-template.md)
13
+
* Create a new SIP file in the `_sips/sips`. Use the [SIP template](https://github.com/scala/docs.scala-lang/blob/master/_sips/sip-template.md)
14
14
* Make sure the new file follows the format: `YYYY-MM-dd-{title}.md`. Use the proposal date for `YYYY-MM-dd`.
15
15
* Use the [Markdown Syntax](https://daringfireball.net/projects/markdown/syntax) to write your SIP.
16
16
* Follow the instructions in the [README](https://github.com/scala/docs.scala-lang/blob/master/README.md) to build your SIP locally so you can ensure that it looks correct on the website.
@@ -21,7 +21,7 @@ The process to submit is simple:
21
21
22
22
## SIP Post Format ##
23
23
24
-
First, create a new SIP file in the `pending/_posts` directory. Make sure the new file follows the format: `YYYY-MM-dd-{title}.md`. Where:
24
+
First, create a new SIP file in the `_sips/sips` directory. Make sure the new file follows the format: `YYYY-MM-dd-{title}.md`. Where:
25
25
*`YYYY` is the current year when the proposal originated.
26
26
*`MM` is the current month (`01` = January, `12` = December) when the proposal originated.
27
27
*`dd` is the day of the month when the proposal originated.
@@ -32,7 +32,7 @@ First, create a new SIP file in the `pending/_posts` directory. Make sure the ne
32
32
Use the [Markdown Syntax](https://daringfireball.net/projects/markdown/syntax) to write your SIP.
33
33
34
34
If you would like a starting point, clone the [SIP Template](./sip-template.html) in
35
-
`sips/pending/sip-template.md` and use that.
35
+
`_sips/sip-template.md` and use that.
36
36
37
37
See the [source](https://github.com/scala/docs.scala-lang/blob/master/_sips/sip-template.md) for this document (`sip-tutorial.md`) for how to do syntax highlighting.
0 commit comments