From 0b2913e1893f0299d68487a5d89fef2a57efdb44 Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Tue, 21 Apr 2026 11:55:01 -0700 Subject: [PATCH 1/2] Add checkbox for generative AI tools usage in PR template --- .github/PULL_REQUEST_TEMPLATE.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d026262..e6c1047 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,8 +7,8 @@ Thank you for contributing a pull request to Fatiando! 💖 👇🏽 BELOW: Link to any relevant issue or pull request. -Please ensure you have taken a look at the CONTRIBUTING.md file -in this repository (if available) and the general guidelines at +Please ensure you have taken a look at the CONTRIBUTING.md file +in this repository (if available) and the general guidelines at https://github.com/fatiando/community/blob/main/CONTRIBUTING.md --> @@ -16,6 +16,17 @@ https://github.com/fatiando/community/blob/main/CONTRIBUTING.md + +**Use of generative AI tools** + + +- [ ] Generative AI tools were used while developing this Pull Request. From 5d51b8f83e39bbb5fd046f8fda83c0c2d4a0758d Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Wed, 8 Jul 2026 17:17:15 +0000 Subject: [PATCH 2/2] Make engagement mandatory Co-authored-by: Leonardo Uieda --- .github/PULL_REQUEST_TEMPLATE.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e6c1047..b1f37a3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -20,7 +20,11 @@ close issues when this PR is merged. See https://github.com/blog/1506-closing-issues-via-pull-requests --> -**Use of generative AI tools** +**Use of generative AI tools:** Have you used generative AI tools, including chatbots and coding agents, to develop this pull request? + +- [ ] Yes. +- [ ] No. + - -- [ ] Generative AI tools were used while developing this Pull Request.