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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,10 @@ A record with checksums of the contents is available at `build/html/guidelines-i
31
31
32
32
## Contributing to the coding guidelines
33
33
34
+
See [CONTRIBUTING.md](CONTRIBUTING.md).
35
+
36
+
### Chapter layout mirrors Ferrocene Language Specification
37
+
34
38
We have the same chapter layout as the [Ferrocene Language Specification](https://spec.ferrocene.dev/) (FLS). If you would like to contribute you may find a section from the FLS of interest and then write a guideline in the corresponding chapter of these coding guidelines.
35
39
36
40
### Guideline template
@@ -61,10 +65,6 @@ expect project participants to adhere to. Please read [the full
61
65
text][code-of-conduct] so that you can understand what actions will and will not
62
66
be tolerated.
63
67
64
-
## Contributing to This Repository
65
-
66
-
See [CONTRIBUTING.md](CONTRIBUTING.md).
67
-
68
68
## Licenses
69
69
70
70
Rust is primarily distributed under the terms of both the MIT license and the
0 commit comments