Skip to content

Commit 413b2e3

Browse files
committed
chore(docs): add ai policy
1 parent 672845c commit 413b2e3

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

content/docs/guides/contributing.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ You will find a collections of useful resources to get started, whatever you wou
1515

1616
Don't know what to work on? No worries, we have a [list of things to do](https://github.com/ArkScript-lang/Ark/issues)!
1717

18-
## The project organisation
18+
## The project organization
1919

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.
2121

2222
- [ArkScript](https://github.com/ArkScript-lang/Ark), the language
2323
- [The standard library](https://github.com/ArkScript-lang/std)
2424
- [The C++ modules, part of the standard library](https://github.com/ArkScript-lang/modules)
2525
- [This website](https://github.com/ArkScript-lang/website)
2626
- [The online playground](https://github.com/ArkScript-lang/playground)
2727
- [The benchmarks](https://github.com/ArkScript-lang/benchmarks)
28-
- [The syntaxic coloration plugins](https://github.com/ArkScript-lang/syntax-highlighting)
28+
- [The syntax coloration plugins](https://github.com/ArkScript-lang/syntax-highlighting)
2929
- [A documentation tool](https://github.com/ArkScript-lang/ArkDoc) for ArkScript code
3030

3131
## Getting started
@@ -34,6 +34,16 @@ The project is organised in multiple repositories for us to be able to work on a
3434

3535
For an in-depth explanation: [Understanding the project architecture](/docs/reference/architecture/project).
3636

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+
3747
### Contributing to the language, ArkScript
3848

3949
* First, [fork](https://github.com/ArkScript-lang/Ark/fork) the repository

0 commit comments

Comments
 (0)