docs: Update PR checklist, make clear AI generated code not accepted (#14362)
This commit is contained in:
parent
25d4a45c8c
commit
3b698e5bda
|
|
@ -1,36 +1,18 @@
|
||||||
# Required for all PRs
|
## Summary
|
||||||
|
<!-- Mandatory
|
||||||
<!-- Before opening a pull request you should run the following checks locally to make sure the CI will pass.
|
Explain here the why, the rationale and motivation, for the changes.
|
||||||
|
|
||||||
make lint
|
|
||||||
make check
|
|
||||||
make check-deps
|
|
||||||
make test
|
|
||||||
make docs
|
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Complete the tasks in the following list. Change [ ] to [x] to
|
## Checklist
|
||||||
show completion. -->
|
<!-- Mandatory
|
||||||
|
Please confirm the following by placing an "x" between the []:
|
||||||
|
-->
|
||||||
|
|
||||||
- [ ] Updated associated README.md.
|
- [ ] No AI generated code was used in this PR
|
||||||
- [ ] Wrote appropriate unit tests.
|
|
||||||
- [ ] Pull request title or commits are in [conventional commit format](https://www.conventionalcommits.org/en/v1.0.0/#summary)
|
|
||||||
|
|
||||||
<!-- Link to issues that describe the need for the change. Issues
|
## Related issues
|
||||||
should include context that will help reviewers understand why the
|
<!-- Mandatory
|
||||||
change is needed.
|
All PRs should resolve an issue, if one does not exist, please open one.
|
||||||
|
|
||||||
Make sure to link issues and using a keyword like "resolves #1234".
|
|
||||||
https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
resolves #
|
resolves #
|
||||||
|
|
||||||
<!-- Finally, include a summary of the code change itself. This
|
|
||||||
description should tell reviewers how the issues were resolved.
|
|
||||||
|
|
||||||
example: Fixed an off by one error in counter variable in type FooBar.
|
|
||||||
|
|
||||||
example: Added an input plugin to gather yak shaving metrics using
|
|
||||||
golang library yaktech/shaver. -->
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
|
.github/PULL_REQUEST_TEMPLATE.md
|
||||||
docs/includes/*
|
docs/includes/*
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,11 @@ We recommend posting support questions in our [Community Slack](https://influxda
|
||||||
|
|
||||||
## Contributing code
|
## 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
|
### Creating a pull request
|
||||||
|
|
||||||
1. [Sign the CLA][cla].
|
1. [Sign the CLA][cla].
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue