Skip to content

Commit 9290440

Browse files
kbdharunManagorSethFalco
authored
.github/PR-template: update comment and checklist to discourage AI-generated contributions (#19062)
Co-authored-by: Managor <[email protected]> Co-authored-by: Seth Falco <[email protected]>
1 parent c67a077 commit 9290440

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
<!--
22
Thank you for contributing!
33
Please fill in the following checklist, removing items that do not apply.
4-
See also https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md
4+
See also https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md.
55
-->
66

7-
#### If you are a new contributor to the project, do not use AI to generate pages. We will close any PR with a suspicion of AI usage.
7+
### Checklist
88

99
- [ ] The page(s) are in the correct platform directories: `common`, `linux`, `osx`, `windows`, `sunos`, `android`, etc.
1010
- [ ] The page description(s) have links to documentation or a homepage.
1111
- [ ] The page(s) follow the [content guidelines](/tldr-pages/tldr/blob/main/CONTRIBUTING.md#guidelines).
1212
- [ ] The page(s) follow the [style guide](/tldr-pages/tldr/blob/main/contributing-guides/style-guide.md).
1313
- [ ] The PR contains at most 5 new pages.
14+
- [ ] The PR is authored by me, or has been human-reviewed if it was created with AI or machine translation software.
1415
- [ ] The PR title conforms to the recommended [templates](/tldr-pages/tldr/blob/main/CONTRIBUTING.md#commit-message-and-pr-title).
1516
- **Version of the command being documented (if known):**

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ To get started, please [sign](https://cla-assistant.io/tldr-pages/tldr) the
3131
> [!NOTE]
3232
> When submitting a new command, please base your PR against the `main` branch and check if there's already a pull request in progress for it.
3333
34+
> [!WARNING]
35+
> We strongly discourage using generative AI tools to create new pages, as their output is often inaccurate and may not follow our style guidelines.
36+
> For translations, machine translation tools may be used as reference, but their results must be thoroughly proofread before submission.
37+
> Pull requests suspected of being made in whole or in part through generative AI or machine translation software without human-review will be closed.
38+
3439
## Guidelines
3540

3641
The basic format of a `tldr` page is a set of concrete usage examples.

0 commit comments

Comments
 (0)