From 3b698e5bda657fa18bb402c9a54570f8df1bdf67 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Tue, 28 Nov 2023 10:46:31 -0700 Subject: [PATCH] docs: Update PR checklist, make clear AI generated code not accepted (#14362) --- .github/PULL_REQUEST_TEMPLATE.md | 40 +++++++++----------------------- .markdownlintignore | 1 + CONTRIBUTING.md | 5 ++++ 3 files changed, 17 insertions(+), 29 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7eaebf966..6d10ab785 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,36 +1,18 @@ -# Required for all PRs - - - +## Checklist + -- [ ] Updated associated README.md. -- [ ] Wrote appropriate unit tests. -- [ ] Pull request title or commits are in [conventional commit format](https://www.conventionalcommits.org/en/v1.0.0/#summary) +- [ ] No AI generated code was used in this PR - resolves # - - diff --git a/.markdownlintignore b/.markdownlintignore index 56ddc4396..513ed4e2d 100644 --- a/.markdownlintignore +++ b/.markdownlintignore @@ -1 +1,2 @@ +.github/PULL_REQUEST_TEMPLATE.md docs/includes/* diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 81a1420ec..3a4451baa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,6 +22,11 @@ We recommend posting support questions in our [Community Slack](https://influxda ## Contributing code +### AI Generated Code + +We currently cannot accept AI generated code contributions. Code contributed +should be your own per the CLA. + ### Creating a pull request 1. [Sign the CLA][cla].