Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3d078cb

Browse files
committedMay 27, 2025··
update code of conduct as it relates to LLM's
1 parent 5a9abdc commit 3d078cb

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed
 

‎AUTHORING_GUIDELINES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ We will not create plugins with features (or add features to plugins) that look
1212
We will make it clear that non-standard, pre-processor features are just that.
1313

1414
We will only implement that which we know is correct and avoid side effects.
15+
16+
We will not use LLM's to produce at best mediocre outcomes.

‎CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ a project may be further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting Jonathan Neal <jonathantneal@hotmail.com>. All
58+
reported by contacting Romain Menke <romainmenke+csstools@gmail.com>. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

‎CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ We try our best to create a safe and welcoming environment for contributors.
5050
Your changes do not have to be complete and tests do not have to pass before opening a pull request.
5151
Receiving early feedback on your work will help you iterate more quickly in the right direction.
5252

53+
We do ask that you do not use LLM's to produce code, pull requests or issues.
54+
You can use any aid to do your own review before submission, we only ask that you are the author of your own submissions.
55+
5356
1. To begin; [fork this project], clone your fork, and add our upstream.
5457
```bash
5558
# Clone your fork of the repo into the current directory

0 commit comments

Comments
 (0)
Please sign in to comment.