Skip to content

Commit a45383a

Browse files
authored
Merge pull request #3433 from buildkite/disclosures-credits
Add disclosures/credits to PR template
2 parents 2ec1bba + 8c09449 commit a45383a

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

.github/pull_request_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,18 @@ Can skip if changes are simple or clear from the commit messages.
2626
<!--
2727
Note: if the tests fail to run locally, please let us know!
2828
-->
29+
30+
31+
### Disclosures / Credits
32+
33+
<!--
34+
If you used AI in any way to produce this PR (beyond typo fixes or small amounts of tab-autocompletion), please describe the extent of the contribution here, and the tools used.
35+
Feel free to claim credit for work _not_ done by an AI here too, or to give credit to others who helped in any meaningful way.
36+
37+
Examples:
38+
- "Claude Code wrote the unit tests, then I implemented the rest of the change"
39+
- "I consulted ChatGPT on potential approaches, then wrote the implementation myself"
40+
- "I used Gemini to write the code and Midjourney to produce the diagrams"
41+
- "Special thanks to the Wikipedia page on ANSI escape codes"
42+
- "I did not use AI tools at all"
43+
-->

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
1. Commit your changes (`git commit -am 'Add some feature'`)
88
- In an ideal world we have [atomic commits](https://www.pauline-vos.nl/atomic-commits/) and use [Tim Pope-style commit messages](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html), but so long as it's clear what's happening in your PR, that's fine. We try to not be super persnickety about these things.
99
1. Push to your branch (`git push origin my-new-feature`)
10-
1. Create a pull request for your branch. Make sure that your PR has a nice description, and that it's linked to any relevant issues.
10+
1. Create a pull request for your branch. Make sure that your PR has a nice description (fill in the template), and that it's linked to any relevant issues.
1111

1212
The agent wranglers at Buildkite will review your PR, and start a CI build for it. For security reasons, we don't automatically run CI against forked repos, and a human will review your PR prior to its CI running.
1313

0 commit comments

Comments
 (0)