repo/proj/guru:master commit in: .github/
"David Roman" <[email protected]> Tue, 04 Aug 2026 08:49:38 +0000 (UTC)
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785636820.7e0b674948ae4806558b8a2409cfcef061c2b20e.davidroman@gentoo> |
commit: 7e0b674948ae4806558b8a2409cfcef061c2b20e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 2 02:13:40 2026 +0000 Commit: David Roman <stkw0 <AT> disroot <DOT> org> CommitDate: Sun Aug 2 02:13:40 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e0b6749 .github/pull_request_template.md: Require build logs Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 49c60f4428..a901ed6a3d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,6 +9,7 @@ Please check all the boxes that apply: - [ ] I have certified the above via adding a `Signed-off-by` line to *every* commit in the pull request. - [ ] This contribution has not been created with the assistance of Natural Language Processing artificial intelligence tools, in accordance with the [AI policy](https://wiki.gentoo.org/wiki/Project:Council/AI_policy). - [ ] I have run `pkgcheck scan --commits --net` to check for issues with my commits. +- [ ] I have included the build logs for all the packages I'm adding or modifying. - [ ] All e-mail addresses added to `metadata.xml` correspond to valid [Gentoo Bugzilla](https://bugs.gentoo.org/), and I will be reading the bug mail send to them, or none were added. Please note that all boxes must be checked for the pull request to be merged.