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