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: content/docs/guides/contributing.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,17 +15,17 @@ You will find a collections of useful resources to get started, whatever you wou
15
15
16
16
Don't know what to work on? No worries, we have a [list of things to do](https://github.com/ArkScript-lang/Ark/issues)!
17
17
18
-
## The project organisation
18
+
## The project organization
19
19
20
-
The project is organised in multiple repositories for us to be able to work on a project (eg the standard library) and update it multiple times without having to roll X different updates for the main repository, the language itself.
20
+
The project is organized in multiple repositories for us to be able to work on a project (eg the standard library) and update it multiple times without having to roll X different updates for the main repository, the language itself.
21
21
22
22
-[ArkScript](https://github.com/ArkScript-lang/Ark), the language
23
23
-[The standard library](https://github.com/ArkScript-lang/std)
24
24
-[The C++ modules, part of the standard library](https://github.com/ArkScript-lang/modules)
-[A documentation tool](https://github.com/ArkScript-lang/ArkDoc) for ArkScript code
30
30
31
31
## Getting started
@@ -34,6 +34,16 @@ The project is organised in multiple repositories for us to be able to work on a
34
34
35
35
For an in-depth explanation: [Understanding the project architecture](/docs/reference/architecture/project).
36
36
37
+
### Strict No LLM / No AI Policy
38
+
39
+
No LLMs for issues.
40
+
41
+
No LLMs for patches / pull requests.
42
+
43
+
No LLMs for comments on the bug tracker, including translation.
44
+
45
+
English is encouraged, but not required. You are welcome to post in your native language and rely on others to have their own translation tools of choice to interpret your words.
46
+
37
47
### Contributing to the language, ArkScript
38
48
39
49
* First, [fork](https://github.com/ArkScript-lang/Ark/fork) the repository
0 commit comments