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: CONTRIBUTING.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
= Contributing to Mill
2
2
:link-github: https://github.com/com-lihaoyi/mill
3
-
:link-chat: https://discord.gg/xJCYRVMS
3
+
4
4
5
5
Thank you for considering contributing to Mill.
6
6
@@ -16,6 +16,6 @@ Here are some direct links:
16
16
* {link-github}/discussions[Discussion Forum on GitHub] - A place to ask question and discuss all kind of questions around Mill
17
17
* {link-github}/issues[Issue Tracker on GitHub] - Our issue tracker for bugs and features
18
18
* {link-github}/pulls[Pull Requests on GitHub] - All new features and bug fixes find their way into Mill via a pull request. You can also sketch new ideas by creating a draft pull requests.
19
-
{link-chat}[Discord Chat] - You can also join our chat room if you like more direct communication or to just say hello
19
+
20
20
21
21
To build docs locally, `mill docs.localPages`. The last line of the command tells you where to browse the generated pages. From there you can follow the breadcrumbs.
0 commit comments