From e01077081c398d91e9efe6c53cf1f5038686e187 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 9 Oct 2024 13:23:44 +0200 Subject: [PATCH] readme: add note about not allowing AI-generated issues/PRs --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bca65e5db..a144e7f57 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Screenshots [Library](fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_4.jpg) [Channel Overview](fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_9.jpg) -* For more [Screenshot](https://github.com/libre-tube/LibreTube/blob/master/SCREEN_SHOT.md) +* More screenshots can be found [here](https://github.com/libre-tube/LibreTube/blob/master/SCREEN_SHOT.md) @@ -110,9 +110,12 @@ You can open and build the project like any other normal Android project by usin Please make sure the title of your pull request and the commit messages follow the [conventional commit types](https://github.com/commitizen/conventional-commit-types/blob/master/index.json) (e.g. `feat: support for xy`). For instance, the most common commit types are "feat", "fix", "refactor", "ci" and "chore". -> **Note**
+> [!NOTE] > Any issue avoiding the issue template will be ignored and forced to be closed. +> [!NOTE] +> The usage of AI to generate issue texts or pull requests is not permitted at this repository and thus such issues / pull requests will be ignored. +