Skip to content

Commit dbb95f7

Browse files
authored
Add generative AI warnings, checkboxes (#1025)
1 parent f27e262 commit dbb95f7

5 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE/plugin_addition.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!--
22
READ ALL COMMENTS IN THIS TEMPLATE BEFORE SUBMITTING YOUR PR!
3+
NOT FOLLOWING THIS TEMPLATE MAY RESULT IN YOUR PR BEING DENIED FOR SUSPECTED AI USAGE!
34
45
This template is for adding a new plugin to the store. If you are taking any other action, please start over by creating a new pull request and selecting the appropriate template.
56
@@ -32,6 +33,7 @@ REPLACE_WITH_SUMMARY
3233

3334
- [ ] I am the original author or an authorized maintainer of this plugin.
3435
- [ ] I have abided by the licenses of the libraries I am utilizing, including attaching license notices where appropriate.
36+
- [ ] Generative AI was NOT used to write a majority of the code I am submitting.
3537

3638
### Plugin
3739

.github/PULL_REQUEST_TEMPLATE/plugin_removal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!--
22
READ ALL COMMENTS IN THIS TEMPLATE BEFORE SUBMITTING YOUR PR!
3+
NOT FOLLOWING THIS TEMPLATE MAY RESULT IN YOUR PR BEING DENIED FOR SUSPECTED AI USAGE!
34
45
This template is for removing a plugin from the store. If you are taking any other action, please start over by creating a new pull request and selecting the appropriate template.
56

.github/PULL_REQUEST_TEMPLATE/plugin_transfer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!--
22
READ ALL COMMENTS IN THIS TEMPLATE BEFORE SUBMITTING YOUR PR!
3+
NOT FOLLOWING THIS TEMPLATE MAY RESULT IN YOUR PR BEING DENIED FOR SUSPECTED AI USAGE!
34
45
This template is for updating an existing plugin on the store AND changing the repository it is linked to. If you are taking any other action, please start over by creating a new pull request and selecting the appropriate template.
56
@@ -43,6 +44,7 @@ REPLACE_WITH_CHANGE_REASONS
4344
- [ ] The original author or authorized maintainer of this plugin has either agreed to the transfer or has been unresponsive for an extended period as described above.
4445
- [ ] I am accept the responsibility of becoming the authorized maintainer of this plugin.
4546
- [ ] I have abided by the licenses of the libraries I am utilizing, including attaching license notices where appropriate.
47+
- [ ] Generative AI was NOT used to write a majority of the code I am submitting.
4648

4749
### Plugin
4850

.github/PULL_REQUEST_TEMPLATE/plugin_update.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!--
22
READ ALL COMMENTS IN THIS TEMPLATE BEFORE SUBMITTING YOUR PR!
3+
NOT FOLLOWING THIS TEMPLATE MAY RESULT IN YOUR PR BEING DENIED FOR SUSPECTED AI USAGE!
34
45
This template is for updating an existing plugin on the store WITHOUT changing the repository it is linked to. If you are taking any other action, please start over by creating a new pull request and selecting the appropriate template.
56
@@ -32,6 +33,7 @@ REPLACE_WITH_SUMMARY
3233

3334
- [ ] I am the original author or an authorized maintainer of this plugin.
3435
- [ ] I have abided by the licenses of the libraries I am utilizing, including attaching license notices where appropriate.
36+
- [ ] Generative AI was NOT used to write a majority of the code I am submitting.
3537

3638
### Plugin
3739

.github/pull_request_template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
DO NOT USE THIS TEMPLATE. Select the Preview tab and click the appropriate link to access the correct sub-template.
22

3+
NOT FOLLOWING A TEMPLATE MAY RESULT IN YOUR PR BEING DENIED FOR SUSPECTED AI USAGE!
4+
35
- [Plugin addition](?expand=1&template=plugin_addition.md) - Plugins that are entirely new to the store.
46
- [Plugin update](?expand=1&template=plugin_update.md) - Updating an existing plugin on the store WITHOUT changing the repository it is linked to.
57
- [Plugin transfer](?expand=1&template=plugin_transfer.md) - Updating an existing plugin on the store AND changing the repository it is linked to.

0 commit comments

Comments
 (0)